Shades of Rust #B24913
Tints of Rust #B24913
RGB
CMYK
RGB Variations
Color information
#B24913 (or 0xB24913) is known color: Rust. HEX triplet: B2, 49 and 13. RGB value is (178,73,19). Sum of RGB (Red+Green+Blue) = 178+73+19=270 (35% of max value = 765). Red value is 178 (69.92% from 255 or 65.93% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 19 (7.81% from 255 or 7.04% from 270); Max value from RGB is 178 - color contains mainly: red. Hex color #B24913 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24913 is #4DB6EC. Grayscale: #626262. Windows color (decimal): -5093101 or 1264050. OLE color: 1264050.
HSL color Cylindrical-coordinate representation of color #B24913: hue angle of 20.38º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B24913 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 73 | 19 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.30 |
| HSL | 20.38º | 0.81% | 0.39% | - |
| HSV(B) | 20.38º | 0.89% | 0.7% | - |
| XYZ | 20.86 | 14.28 | 2.27 | - |
| YUV | 98.24 | 83.29 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 73 | 19 | 0 | 0.59 | 0.89 | 0.30 | 20.38 | 0.81 | 0.39 |
| Hex | B2 | 49 | 13 | 0 | 3B | 59 | 1E | 14 | 51 | 27 |
| Octal | 262 | 111 | 23 | 0 | 73 | 131 | 36 | 24 | 121 | 47 |
| Binary | 10110010 | 1001001 | 10011 | 0 | 111011 | 1011001 | 11110 | 10100 | 1010001 | 100111 |
Color Harmonies of #B24913
Complementary color
Monochromatic Colors of #B24913
Black with #B24913
Text Example
Text Example
White with #B24913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24913; }
p { color: rgb(178,73,19); }
H1.HeaderClassName
{
color: #B24913;
}
.AnyTagClassName
{
color: #B24913;
}
</style>
background-color css
<style>
a { background-color: #B24913; }
a { background-color: rgb(178,73,19); }
div.DivClassName
{
background-color: #B24913;
}
.BgClassName
{
background-color: #B24913;
}
</style>
border-color css
<style>
span { border-color: #B24913; }
span { border-color: rgb(178,73,19); }
td.TdClassName
{
border-color: #B24913;
}
.TagClassName
{
border-color: #B24913;
}
</style>