Shades of Rust #B94420
Tints of Rust #B94420
RGB
CMYK
RGB Variations
Color information
#B94420 (or 0xB94420) is known color: Rust. HEX triplet: B9, 44 and 20. RGB value is (185,68,32). Sum of RGB (Red+Green+Blue) = 185+68+32=285 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.91% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 32 (12.89% from 255 or 11.23% from 285); Max value from RGB is 185 - color contains mainly: red. Hex color #B94420 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94420 is #46BBDF. Grayscale: #636363. Windows color (decimal): -4635616 or 2114745. OLE color: 2114745.
HSL color Cylindrical-coordinate representation of color #B94420: hue angle of 14.12º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B94420 is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 68 | 32 | - |
| CMYK | 0 | 0.63 | 0.83 | 0.27 |
| HSL | 14.12º | 0.71% | 0.43% | - |
| HSV(B) | 14.12º | 0.83% | 0.73% | - |
| XYZ | 22.34 | 14.55 | 3 | - |
| YUV | 98.88 | 90.26 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 68 | 32 | 0 | 0.63 | 0.83 | 0.27 | 14.12 | 0.71 | 0.43 |
| Hex | B9 | 44 | 20 | 0 | 3F | 53 | 1B | E | 47 | 2B |
| Octal | 271 | 104 | 40 | 0 | 77 | 123 | 33 | 16 | 107 | 53 |
| Binary | 10111001 | 1000100 | 100000 | 0 | 111111 | 1010011 | 11011 | 1110 | 1000111 | 101011 |
Color Harmonies of #B94420
Complementary color
Monochromatic Colors of #B94420
Black with #B94420
Text Example
Text Example
White with #B94420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94420; }
p { color: rgb(185,68,32); }
H1.HeaderClassName
{
color: #B94420;
}
.AnyTagClassName
{
color: #B94420;
}
</style>
background-color css
<style>
a { background-color: #B94420; }
a { background-color: rgb(185,68,32); }
div.DivClassName
{
background-color: #B94420;
}
.BgClassName
{
background-color: #B94420;
}
</style>
border-color css
<style>
span { border-color: #B94420; }
span { border-color: rgb(185,68,32); }
td.TdClassName
{
border-color: #B94420;
}
.TagClassName
{
border-color: #B94420;
}
</style>