Shades of Rust #B24A06
Tints of Rust #B24A06
RGB
CMYK
RGB Variations
Color information
#B24A06 (or 0xB24A06) is known color: Rust. HEX triplet: B2, 4A and 06. RGB value is (178,74,6). Sum of RGB (Red+Green+Blue) = 178+74+6=258 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.99% from 258); Green value is 74 (29.30% from 255 or 28.68% from 258); Blue value is 6 (2.73% from 255 or 2.33% from 258); Max value from RGB is 178 - color contains mainly: red. Hex color #B24A06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24A06 is #4DB5F9. Grayscale: #616161. Windows color (decimal): -5092858 or 412338. OLE color: 412338.
HSL color Cylindrical-coordinate representation of color #B24A06: hue angle of 23.72º 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 #B24A06 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 74 | 6 | - |
| CMYK | 0 | 0.58 | 0.97 | 0.30 |
| HSL | 23.72º | 0.93% | 0.36% | - |
| HSV(B) | 23.72º | 0.97% | 0.7% | - |
| XYZ | 20.84 | 14.38 | 1.85 | - |
| YUV | 97.34 | 76.46 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 74 | 6 | 0 | 0.58 | 0.97 | 0.30 | 23.72 | 0.93 | 0.36 |
| Hex | B2 | 4A | 6 | 0 | 3A | 61 | 1E | 18 | 5D | 24 |
| Octal | 262 | 112 | 6 | 0 | 72 | 141 | 36 | 30 | 135 | 44 |
| Binary | 10110010 | 1001010 | 110 | 0 | 111010 | 1100001 | 11110 | 11000 | 1011101 | 100100 |
Color Harmonies of #B24A06
Complementary color
Monochromatic Colors of #B24A06
Black with #B24A06
Text Example
Text Example
White with #B24A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24A06; }
p { color: rgb(178,74,6); }
H1.HeaderClassName
{
color: #B24A06;
}
.AnyTagClassName
{
color: #B24A06;
}
</style>
background-color css
<style>
a { background-color: #B24A06; }
a { background-color: rgb(178,74,6); }
div.DivClassName
{
background-color: #B24A06;
}
.BgClassName
{
background-color: #B24A06;
}
</style>
border-color css
<style>
span { border-color: #B24A06; }
span { border-color: rgb(178,74,6); }
td.TdClassName
{
border-color: #B24A06;
}
.TagClassName
{
border-color: #B24A06;
}
</style>