Shades of Rust #B44211
Tints of Rust #B44211
RGB
CMYK
RGB Variations
Color information
#B44211 (or 0xB44211) is known color: Rust. HEX triplet: B4, 42 and 11. RGB value is (180,66,17). Sum of RGB (Red+Green+Blue) = 180+66+17=263 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.44% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 17 (7.03% from 255 or 6.46% from 263); Max value from RGB is 180 - color contains mainly: red. Hex color #B44211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44211 is #4BBDEE. Grayscale: #5E5E5E. Windows color (decimal): -4963823 or 1131188. OLE color: 1131188.
HSL color Cylindrical-coordinate representation of color #B44211: hue angle of 18.04º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B44211 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 66 | 17 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.29 |
| HSL | 18.04º | 0.83% | 0.39% | - |
| HSV(B) | 18.04º | 0.91% | 0.71% | - |
| XYZ | 20.87 | 13.64 | 2.06 | - |
| YUV | 94.5 | 84.27 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 66 | 17 | 0 | 0.63 | 0.91 | 0.29 | 18.04 | 0.83 | 0.39 |
| Hex | B4 | 42 | 11 | 0 | 3F | 5B | 1D | 12 | 53 | 27 |
| Octal | 264 | 102 | 21 | 0 | 77 | 133 | 35 | 22 | 123 | 47 |
| Binary | 10110100 | 1000010 | 10001 | 0 | 111111 | 1011011 | 11101 | 10010 | 1010011 | 100111 |
Color Harmonies of #B44211
Complementary color
Monochromatic Colors of #B44211
Black with #B44211
Text Example
Text Example
White with #B44211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44211; }
p { color: rgb(180,66,17); }
H1.HeaderClassName
{
color: #B44211;
}
.AnyTagClassName
{
color: #B44211;
}
</style>
background-color css
<style>
a { background-color: #B44211; }
a { background-color: rgb(180,66,17); }
div.DivClassName
{
background-color: #B44211;
}
.BgClassName
{
background-color: #B44211;
}
</style>
border-color css
<style>
span { border-color: #B44211; }
span { border-color: rgb(180,66,17); }
td.TdClassName
{
border-color: #B44211;
}
.TagClassName
{
border-color: #B44211;
}
</style>