#B93612

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

Shades of Rust #B93612

Tints of Rust #B93612

Color information

#B93612 (or 0xB93612) is unknown color: approx Rust. HEX triplet: B9, 36 and 12. RGB value is (185,54,18). Sum of RGB (Red+Green+Blue) = 185+54+18=257 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.98% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 185 - color contains mainly: red. Hex color #B93612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93612 is #46C9ED. Grayscale: #595959. Windows color (decimal): -4639214 or 1193657. OLE color: 1193657.

HSL color Cylindrical-coordinate representation of color #B93612: hue angle of 12.93º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B93612 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB1855418-
CMYK00.710.900.27
HSL12.93º82.27%39.8%-
HSV(B)12.93º90.27%72.55%-
XYZ21.44131.95-
YUV89.0687.9196.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 71.98%
GREEN value IS 54 (21.48% from 255) = 21.01%
BLUE value IS 18 (7.42% from 255) = 7.00%
R=71.98%
G=21.01%
B=7.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185541800.710.900.2712.9382.2739.8
HexB936120475A1Bd5228
Octal27166220107132331512250
Binary10111001110110100100100011110110101101111011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93612; }

 p { color: rgb(185,54,18); }

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

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

 a { background-color: rgb(185,54,18); }

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

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

 span { border-color: rgb(185,54,18); }

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