Shades of Rust #B24210
Tints of Rust #B24210
RGB
CMYK
RGB Variations
Color information
#B24210 (or 0xB24210) is known color: Rust. HEX triplet: B2, 42 and 10. RGB value is (178,66,16). Sum of RGB (Red+Green+Blue) = 178+66+16=260 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.46% from 260); Green value is 66 (26.17% from 255 or 25.38% from 260); Blue value is 16 (6.64% from 255 or 6.15% from 260); Max value from RGB is 178 - color contains mainly: red. Hex color #B24210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24210 is #4DBDEF. Grayscale: #5E5E5E. Windows color (decimal): -5094896 or 1065650. OLE color: 1065650.
HSL color Cylindrical-coordinate representation of color #B24210: hue angle of 18.52º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B24210 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 66 | 16 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.30 |
| HSL | 18.52º | 0.84% | 0.38% | - |
| HSV(B) | 18.52º | 0.91% | 0.7% | - |
| XYZ | 20.4 | 13.4 | 2 | - |
| YUV | 93.79 | 84.11 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 66 | 16 | 0 | 0.63 | 0.91 | 0.30 | 18.52 | 0.84 | 0.38 |
| Hex | B2 | 42 | 10 | 0 | 3F | 5B | 1E | 13 | 54 | 26 |
| Octal | 262 | 102 | 20 | 0 | 77 | 133 | 36 | 23 | 124 | 46 |
| Binary | 10110010 | 1000010 | 10000 | 0 | 111111 | 1011011 | 11110 | 10011 | 1010100 | 100110 |
Color Harmonies of #B24210
Complementary color
Monochromatic Colors of #B24210
Black with #B24210
Text Example
Text Example
White with #B24210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24210; }
p { color: rgb(178,66,16); }
H1.HeaderClassName
{
color: #B24210;
}
.AnyTagClassName
{
color: #B24210;
}
</style>
background-color css
<style>
a { background-color: #B24210; }
a { background-color: rgb(178,66,16); }
div.DivClassName
{
background-color: #B24210;
}
.BgClassName
{
background-color: #B24210;
}
</style>
border-color css
<style>
span { border-color: #B24210; }
span { border-color: rgb(178,66,16); }
td.TdClassName
{
border-color: #B24210;
}
.TagClassName
{
border-color: #B24210;
}
</style>