Shades of Rust #B24917
Tints of Rust #B24917
RGB
CMYK
RGB Variations
Color information
#B24917 (or 0xB24917) is known color: Rust. HEX triplet: B2, 49 and 17. RGB value is (178,73,23). Sum of RGB (Red+Green+Blue) = 178+73+23=274 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.96% from 274); Green value is 73 (28.91% from 255 or 26.64% from 274); Blue value is 23 (9.38% from 255 or 8.39% from 274); Max value from RGB is 178 - color contains mainly: red. Hex color #B24917 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24917 is #4DB6E8. Grayscale: #636363. Windows color (decimal): -5093097 or 1526194. OLE color: 1526194.
HSL color Cylindrical-coordinate representation of color #B24917: hue angle of 19.35º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B24917 is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 73 | 23 | - |
| CMYK | 0 | 0.59 | 0.87 | 0.30 |
| HSL | 19.35º | 0.77% | 0.39% | - |
| HSV(B) | 19.35º | 0.87% | 0.7% | - |
| XYZ | 20.9 | 14.29 | 2.47 | - |
| YUV | 98.7 | 85.29 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 73 | 23 | 0 | 0.59 | 0.87 | 0.30 | 19.35 | 0.77 | 0.39 |
| Hex | B2 | 49 | 17 | 0 | 3B | 57 | 1E | 13 | 4D | 27 |
| Octal | 262 | 111 | 27 | 0 | 73 | 127 | 36 | 23 | 115 | 47 |
| Binary | 10110010 | 1001001 | 10111 | 0 | 111011 | 1010111 | 11110 | 10011 | 1001101 | 100111 |
Color Harmonies of #B24917
Complementary color
Monochromatic Colors of #B24917
Black with #B24917
Text Example
Text Example
White with #B24917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24917; }
p { color: rgb(178,73,23); }
H1.HeaderClassName
{
color: #B24917;
}
.AnyTagClassName
{
color: #B24917;
}
</style>
background-color css
<style>
a { background-color: #B24917; }
a { background-color: rgb(178,73,23); }
div.DivClassName
{
background-color: #B24917;
}
.BgClassName
{
background-color: #B24917;
}
</style>
border-color css
<style>
span { border-color: #B24917; }
span { border-color: rgb(178,73,23); }
td.TdClassName
{
border-color: #B24917;
}
.TagClassName
{
border-color: #B24917;
}
</style>