Shades of Rust #B9420C
Tints of Rust #B9420C
RGB
CMYK
RGB Variations
Color information
#B9420C (or 0xB9420C) is known color: Rust. HEX triplet: B9, 42 and 0C. RGB value is (185,66,12). Sum of RGB (Red+Green+Blue) = 185+66+12=263 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.34% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 12 (5.08% from 255 or 4.56% from 263); Max value from RGB is 185 - color contains mainly: red. Hex color #B9420C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9420C is #46BDF3. Grayscale: #5F5F5F. Windows color (decimal): -4636148 or 803513. OLE color: 803513.
HSL color Cylindrical-coordinate representation of color #B9420C: hue angle of 18.73º 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 #B9420C is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 66 | 12 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.27 |
| HSL | 18.73º | 0.88% | 0.39% | - |
| HSV(B) | 18.73º | 0.94% | 0.73% | - |
| XYZ | 22.02 | 14.24 | 1.94 | - |
| YUV | 95.43 | 80.92 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 66 | 12 | 0 | 0.64 | 0.94 | 0.27 | 18.73 | 0.88 | 0.39 |
| Hex | B9 | 42 | C | 0 | 40 | 5E | 1B | 13 | 58 | 27 |
| Octal | 271 | 102 | 14 | 0 | 100 | 136 | 33 | 23 | 130 | 47 |
| Binary | 10111001 | 1000010 | 1100 | 0 | 1000000 | 1011110 | 11011 | 10011 | 1011000 | 100111 |
Color Harmonies of #B9420C
Complementary color
Monochromatic Colors of #B9420C
Black with #B9420C
Text Example
Text Example
White with #B9420C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9420C; }
p { color: rgb(185,66,12); }
H1.HeaderClassName
{
color: #B9420C;
}
.AnyTagClassName
{
color: #B9420C;
}
</style>
background-color css
<style>
a { background-color: #B9420C; }
a { background-color: rgb(185,66,12); }
div.DivClassName
{
background-color: #B9420C;
}
.BgClassName
{
background-color: #B9420C;
}
</style>
border-color css
<style>
span { border-color: #B9420C; }
span { border-color: rgb(185,66,12); }
td.TdClassName
{
border-color: #B9420C;
}
.TagClassName
{
border-color: #B9420C;
}
</style>