#B9400C

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

Shades of Rust #B9400C

Tints of Rust #B9400C

Color information

#B9400C (or 0xB9400C) is unknown color: approx Rust. HEX triplet: B9, 40 and 0C. RGB value is (185,64,12). Sum of RGB (Red+Green+Blue) = 185+64+12=261 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.88% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 12 (5.08% from 255 or 4.60% from 261); Max value from RGB is 185 - color contains mainly: red. Hex color #B9400C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9400C is #46BFF3. Grayscale: #5E5E5E. Windows color (decimal): -4636660 or 803001. OLE color: 803001.

HSL color Cylindrical-coordinate representation of color #B9400C: hue angle of 18.03º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B9400C is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB1856412-
CMYK00.650.940.27
HSL18.03º87.82%38.63%-
HSV(B)18.03º93.51%72.55%-
XYZ21.9114.011.9-
YUV94.2581.59192.73-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 70.88%
GREEN value IS 64 (25.39% from 255) = 24.52%
BLUE value IS 12 (5.08% from 255) = 4.60%
R=70.88%
G=24.52%
B=4.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185641200.650.940.2718.0387.8238.63
HexB940C0415E1B125827
Octal271100140101136332213047
Binary101110011000000110001000001101111011011100101011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9400C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9400C; }

 p { color: rgb(185,64,12); }

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

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

 a { background-color: rgb(185,64,12); }

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

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

 span { border-color: rgb(185,64,12); }

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