Shades of Rust #B9421C
Tints of Rust #B9421C
RGB
CMYK
RGB Variations
Color information
#B9421C (or 0xB9421C) is known color: Rust. HEX triplet: B9, 42 and 1C. RGB value is (185,66,28). Sum of RGB (Red+Green+Blue) = 185+66+28=279 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.31% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 28 (11.33% from 255 or 10.04% from 279); Max value from RGB is 185 - color contains mainly: red. Hex color #B9421C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9421C is #46BDE3. Grayscale: #616161. Windows color (decimal): -4636132 or 1852089. OLE color: 1852089.
HSL color Cylindrical-coordinate representation of color #B9421C: hue angle of 14.52º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B9421C is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 66 | 28 | - |
| CMYK | 0 | 0.64 | 0.85 | 0.27 |
| HSL | 14.52º | 0.74% | 0.42% | - |
| HSV(B) | 14.52º | 0.85% | 0.73% | - |
| XYZ | 22.17 | 14.29 | 2.69 | - |
| YUV | 97.25 | 88.92 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 66 | 28 | 0 | 0.64 | 0.85 | 0.27 | 14.52 | 0.74 | 0.42 |
| Hex | B9 | 42 | 1C | 0 | 40 | 55 | 1B | F | 4A | 2A |
| Octal | 271 | 102 | 34 | 0 | 100 | 125 | 33 | 17 | 112 | 52 |
| Binary | 10111001 | 1000010 | 11100 | 0 | 1000000 | 1010101 | 11011 | 1111 | 1001010 | 101010 |
Color Harmonies of #B9421C
Complementary color
Monochromatic Colors of #B9421C
Black with #B9421C
Text Example
Text Example
White with #B9421C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9421C; }
p { color: rgb(185,66,28); }
H1.HeaderClassName
{
color: #B9421C;
}
.AnyTagClassName
{
color: #B9421C;
}
</style>
background-color css
<style>
a { background-color: #B9421C; }
a { background-color: rgb(185,66,28); }
div.DivClassName
{
background-color: #B9421C;
}
.BgClassName
{
background-color: #B9421C;
}
</style>
border-color css
<style>
span { border-color: #B9421C; }
span { border-color: rgb(185,66,28); }
td.TdClassName
{
border-color: #B9421C;
}
.TagClassName
{
border-color: #B9421C;
}
</style>