#B9440C

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

Shades of Rust #B9440C

Tints of Rust #B9440C

Color information

#B9440C (or 0xB9440C) is unknown color: approx Rust. HEX triplet: B9, 44 and 0C. RGB value is (185,68,12). Sum of RGB (Red+Green+Blue) = 185+68+12=265 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.81% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 12 (5.08% from 255 or 4.53% from 265); Max value from RGB is 185 - color contains mainly: red. Hex color #B9440C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9440C is #46BBF3. Grayscale: #606060. Windows color (decimal): -4635636 or 804025. OLE color: 804025.

HSL color Cylindrical-coordinate representation of color #B9440C: hue angle of 19.42º 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 #B9440C is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB1856812-
CMYK00.630.940.27
HSL19.42º87.82%38.63%-
HSV(B)19.42º93.51%72.55%-
XYZ22.1414.481.97-
YUV96.680.26191.05-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 69.81%
GREEN value IS 68 (26.95% from 255) = 25.66%
BLUE value IS 12 (5.08% from 255) = 4.53%
R=69.81%
G=25.66%
B=4.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185681200.630.940.2719.4287.8238.63
HexB944C03F5E1B135827
Octal27110414077136332313047
Binary10111001100010011000111111101111011011100111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9440C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9440C; }

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

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

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

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

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

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

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

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