#B93B11

Color #B93B11 Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rust #B93B11

Tints of Rust #B93B11

Color information

#B93B11 (or 0xB93B11) is unknown color: approx Rust. HEX triplet: B9, 3B and 11. RGB value is (185,59,17). Sum of RGB (Red+Green+Blue) = 185+59+17=261 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.88% from 261); Green value is 59 (23.44% from 255 or 22.61% from 261); Blue value is 17 (7.03% from 255 or 6.51% from 261); Max value from RGB is 185 - color contains mainly: red. Hex color #B93B11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93B11 is #46C4EE. Grayscale: #5C5C5C. Windows color (decimal): -4637935 or 1129401. OLE color: 1129401.

HSL color Cylindrical-coordinate representation of color #B93B11: hue angle of 15º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B93B11 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB1855917-
CMYK00.680.910.27
HSL15º83.17%39.61%-
HSV(B)15º90.81%72.55%-
XYZ21.6713.481.99-
YUV91.8985.74194.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 185 (72.66% from 255) = 70.88%
GREEN value IS 59 (23.44% from 255) = 22.61%
BLUE value IS 17 (7.03% from 255) = 6.51%
R=70.88%
G=22.61%
B=6.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185591700.680.910.271583.1739.61
HexB93B110445B1Bf5328
Octal27173210104133331712350
Binary10111001111011100010100010010110111101111111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93B11; }

 p { color: rgb(185,59,17); }

 H1.HeaderClassName
 {
   color: #B93B11;
 }
 .AnyTagClassName
 {
   color: #B93B11;
 }
</style>
background-color css

<style>
 a { background-color: #B93B11; }

 a { background-color: rgb(185,59,17); }

 div.DivClassName
 {
   background-color: #B93B11;
 }
 .BgClassName
 {
   background-color: #B93B11;
 }
</style>
border-color css

<style>
 span { border-color: #B93B11; }

 span { border-color: rgb(185,59,17); }

 td.TdClassName
 {
   border-color: #B93B11;
 }
 .TagClassName
 {
   border-color: #B93B11;
 }
</style>