Shades of Rust #B24013
Tints of Rust #B24013
RGB
CMYK
RGB Variations
Color information
#B24013 (or 0xB24013) is known color: Rust. HEX triplet: B2, 40 and 13. RGB value is (178,64,19). Sum of RGB (Red+Green+Blue) = 178+64+19=261 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.20% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 19 (7.81% from 255 or 7.28% from 261); Max value from RGB is 178 - color contains mainly: red. Hex color #B24013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24013 is #4DBFEC. Grayscale: #5D5D5D. Windows color (decimal): -5095405 or 1261746. OLE color: 1261746.
HSL color Cylindrical-coordinate representation of color #B24013: hue angle of 16.98º 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 #B24013 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 64 | 19 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.30 |
| HSL | 16.98º | 0.81% | 0.39% | - |
| HSV(B) | 16.98º | 0.89% | 0.7% | - |
| XYZ | 20.31 | 13.18 | 2.09 | - |
| YUV | 92.96 | 86.27 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 64 | 19 | 0 | 0.64 | 0.89 | 0.30 | 16.98 | 0.81 | 0.39 |
| Hex | B2 | 40 | 13 | 0 | 40 | 59 | 1E | 11 | 51 | 27 |
| Octal | 262 | 100 | 23 | 0 | 100 | 131 | 36 | 21 | 121 | 47 |
| Binary | 10110010 | 1000000 | 10011 | 0 | 1000000 | 1011001 | 11110 | 10001 | 1010001 | 100111 |
Color Harmonies of #B24013
Complementary color
Monochromatic Colors of #B24013
Black with #B24013
Text Example
Text Example
White with #B24013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24013; }
p { color: rgb(178,64,19); }
H1.HeaderClassName
{
color: #B24013;
}
.AnyTagClassName
{
color: #B24013;
}
</style>
background-color css
<style>
a { background-color: #B24013; }
a { background-color: rgb(178,64,19); }
div.DivClassName
{
background-color: #B24013;
}
.BgClassName
{
background-color: #B24013;
}
</style>
border-color css
<style>
span { border-color: #B24013; }
span { border-color: rgb(178,64,19); }
td.TdClassName
{
border-color: #B24013;
}
.TagClassName
{
border-color: #B24013;
}
</style>