Shades of Rust #B24012
Tints of Rust #B24012
RGB
CMYK
RGB Variations
Color information
#B24012 (or 0xB24012) is known color: Rust. HEX triplet: B2, 40 and 12. RGB value is (178,64,18). Sum of RGB (Red+Green+Blue) = 178+64+18=260 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.46% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 18 (7.42% from 255 or 6.92% from 260); Max value from RGB is 178 - color contains mainly: red. Hex color #B24012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24012 is #4DBFED. Grayscale: #5D5D5D. Windows color (decimal): -5095406 or 1196210. OLE color: 1196210.
HSL color Cylindrical-coordinate representation of color #B24012: hue angle of 17.25º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B24012 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 64 | 18 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.30 |
| HSL | 17.25º | 0.82% | 0.38% | - |
| HSV(B) | 17.25º | 0.9% | 0.7% | - |
| XYZ | 20.3 | 13.18 | 2.05 | - |
| YUV | 92.84 | 85.77 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 64 | 18 | 0 | 0.64 | 0.90 | 0.30 | 17.25 | 0.82 | 0.38 |
| Hex | B2 | 40 | 12 | 0 | 40 | 5A | 1E | 11 | 52 | 26 |
| Octal | 262 | 100 | 22 | 0 | 100 | 132 | 36 | 21 | 122 | 46 |
| Binary | 10110010 | 1000000 | 10010 | 0 | 1000000 | 1011010 | 11110 | 10001 | 1010010 | 100110 |
Color Harmonies of #B24012
Complementary color
Monochromatic Colors of #B24012
Black with #B24012
Text Example
Text Example
White with #B24012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24012; }
p { color: rgb(178,64,18); }
H1.HeaderClassName
{
color: #B24012;
}
.AnyTagClassName
{
color: #B24012;
}
</style>
background-color css
<style>
a { background-color: #B24012; }
a { background-color: rgb(178,64,18); }
div.DivClassName
{
background-color: #B24012;
}
.BgClassName
{
background-color: #B24012;
}
</style>
border-color css
<style>
span { border-color: #B24012; }
span { border-color: rgb(178,64,18); }
td.TdClassName
{
border-color: #B24012;
}
.TagClassName
{
border-color: #B24012;
}
</style>