Shades of Rust #B24006
Tints of Rust #B24006
RGB
CMYK
RGB Variations
Color information
#B24006 (or 0xB24006) is known color: Rust. HEX triplet: B2, 40 and 06. RGB value is (178,64,6). Sum of RGB (Red+Green+Blue) = 178+64+6=248 (32% of max value = 765). Red value is 178 (69.92% from 255 or 71.77% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 6 (2.73% from 255 or 2.42% from 248); Max value from RGB is 178 - color contains mainly: red. Hex color #B24006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24006 is #4DBFF9. Grayscale: #5B5B5B. Windows color (decimal): -5095418 or 409778. OLE color: 409778.
HSL color Cylindrical-coordinate representation of color #B24006: hue angle of 20.23º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B24006 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 64 | 6 | - |
| CMYK | 0 | 0.64 | 0.97 | 0.30 |
| HSL | 20.23º | 0.93% | 0.36% | - |
| HSV(B) | 20.23º | 0.97% | 0.7% | - |
| XYZ | 20.23 | 13.14 | 1.64 | - |
| YUV | 91.47 | 79.77 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 64 | 6 | 0 | 0.64 | 0.97 | 0.30 | 20.23 | 0.93 | 0.36 |
| Hex | B2 | 40 | 6 | 0 | 40 | 61 | 1E | 14 | 5D | 24 |
| Octal | 262 | 100 | 6 | 0 | 100 | 141 | 36 | 24 | 135 | 44 |
| Binary | 10110010 | 1000000 | 110 | 0 | 1000000 | 1100001 | 11110 | 10100 | 1011101 | 100100 |
Color Harmonies of #B24006
Complementary color
Monochromatic Colors of #B24006
Black with #B24006
Text Example
Text Example
White with #B24006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24006; }
p { color: rgb(178,64,6); }
H1.HeaderClassName
{
color: #B24006;
}
.AnyTagClassName
{
color: #B24006;
}
</style>
background-color css
<style>
a { background-color: #B24006; }
a { background-color: rgb(178,64,6); }
div.DivClassName
{
background-color: #B24006;
}
.BgClassName
{
background-color: #B24006;
}
</style>
border-color css
<style>
span { border-color: #B24006; }
span { border-color: rgb(178,64,6); }
td.TdClassName
{
border-color: #B24006;
}
.TagClassName
{
border-color: #B24006;
}
</style>