Shades of Rust #B24011
Tints of Rust #B24011
RGB
CMYK
RGB Variations
Color information
#B24011 (or 0xB24011) is known color: Rust. HEX triplet: B2, 40 and 11. RGB value is (178,64,17). Sum of RGB (Red+Green+Blue) = 178+64+17=259 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.73% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 17 (7.03% from 255 or 6.56% from 259); Max value from RGB is 178 - color contains mainly: red. Hex color #B24011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24011 is #4DBFEE. Grayscale: #5D5D5D. Windows color (decimal): -5095407 or 1130674. OLE color: 1130674.
HSL color Cylindrical-coordinate representation of color #B24011: hue angle of 17.52º degrees, saturation: 0.83, 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 #B24011 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 64 | 17 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.30 |
| HSL | 17.52º | 0.83% | 0.38% | - |
| HSV(B) | 17.52º | 0.9% | 0.7% | - |
| XYZ | 20.29 | 13.17 | 2 | - |
| YUV | 92.73 | 85.27 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 64 | 17 | 0 | 0.64 | 0.90 | 0.30 | 17.52 | 0.83 | 0.38 |
| Hex | B2 | 40 | 11 | 0 | 40 | 5A | 1E | 12 | 53 | 26 |
| Octal | 262 | 100 | 21 | 0 | 100 | 132 | 36 | 22 | 123 | 46 |
| Binary | 10110010 | 1000000 | 10001 | 0 | 1000000 | 1011010 | 11110 | 10010 | 1010011 | 100110 |
Color Harmonies of #B24011
Complementary color
Monochromatic Colors of #B24011
Black with #B24011
Text Example
Text Example
White with #B24011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24011; }
p { color: rgb(178,64,17); }
H1.HeaderClassName
{
color: #B24011;
}
.AnyTagClassName
{
color: #B24011;
}
</style>
background-color css
<style>
a { background-color: #B24011; }
a { background-color: rgb(178,64,17); }
div.DivClassName
{
background-color: #B24011;
}
.BgClassName
{
background-color: #B24011;
}
</style>
border-color css
<style>
span { border-color: #B24011; }
span { border-color: rgb(178,64,17); }
td.TdClassName
{
border-color: #B24011;
}
.TagClassName
{
border-color: #B24011;
}
</style>