Shades of Rust #B24015
Tints of Rust #B24015
RGB
CMYK
RGB Variations
Color information
#B24015 (or 0xB24015) is known color: Rust. HEX triplet: B2, 40 and 15. RGB value is (178,64,21). Sum of RGB (Red+Green+Blue) = 178+64+21=263 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.68% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 21 (8.59% from 255 or 7.98% from 263); Max value from RGB is 178 - color contains mainly: red. Hex color #B24015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24015 is #4DBFEA. Grayscale: #5D5D5D. Windows color (decimal): -5095403 or 1392818. OLE color: 1392818.
HSL color Cylindrical-coordinate representation of color #B24015: hue angle of 16.43º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B24015 is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 64 | 21 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.30 |
| HSL | 16.43º | 0.79% | 0.39% | - |
| HSV(B) | 16.43º | 0.88% | 0.7% | - |
| XYZ | 20.33 | 13.19 | 2.18 | - |
| YUV | 93.18 | 87.27 | 188.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 64 | 21 | 0 | 0.64 | 0.88 | 0.30 | 16.43 | 0.79 | 0.39 |
| Hex | B2 | 40 | 15 | 0 | 40 | 58 | 1E | 10 | 4F | 27 |
| Octal | 262 | 100 | 25 | 0 | 100 | 130 | 36 | 20 | 117 | 47 |
| Binary | 10110010 | 1000000 | 10101 | 0 | 1000000 | 1011000 | 11110 | 10000 | 1001111 | 100111 |
Color Harmonies of #B24015
Complementary color
Monochromatic Colors of #B24015
Black with #B24015
Text Example
Text Example
White with #B24015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24015; }
p { color: rgb(178,64,21); }
H1.HeaderClassName
{
color: #B24015;
}
.AnyTagClassName
{
color: #B24015;
}
</style>
background-color css
<style>
a { background-color: #B24015; }
a { background-color: rgb(178,64,21); }
div.DivClassName
{
background-color: #B24015;
}
.BgClassName
{
background-color: #B24015;
}
</style>
border-color css
<style>
span { border-color: #B24015; }
span { border-color: rgb(178,64,21); }
td.TdClassName
{
border-color: #B24015;
}
.TagClassName
{
border-color: #B24015;
}
</style>