Shades of Rust #B24A02
Tints of Rust #B24A02
RGB
CMYK
RGB Variations
Color information
#B24A02 (or 0xB24A02) is known color: Rust. HEX triplet: B2, 4A and 02. RGB value is (178,74,2). Sum of RGB (Red+Green+Blue) = 178+74+2=254 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.08% from 254); Green value is 74 (29.30% from 255 or 29.13% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 178 - color contains mainly: red. Hex color #B24A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24A02 is #4DB5FD. Grayscale: #616161. Windows color (decimal): -5092862 or 150194. OLE color: 150194.
HSL color Cylindrical-coordinate representation of color #B24A02: hue angle of 24.55º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B24A02 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 74 | 2 | - |
| CMYK | 0 | 0.58 | 0.99 | 0.30 |
| HSL | 24.55º | 0.98% | 0.35% | - |
| HSV(B) | 24.55º | 0.99% | 0.7% | - |
| XYZ | 20.82 | 14.37 | 1.73 | - |
| YUV | 96.89 | 74.46 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 74 | 2 | 0 | 0.58 | 0.99 | 0.30 | 24.55 | 0.98 | 0.35 |
| Hex | B2 | 4A | 2 | 0 | 3A | 63 | 1E | 19 | 62 | 23 |
| Octal | 262 | 112 | 2 | 0 | 72 | 143 | 36 | 31 | 142 | 43 |
| Binary | 10110010 | 1001010 | 10 | 0 | 111010 | 1100011 | 11110 | 11001 | 1100010 | 100011 |
Color Harmonies of #B24A02
Complementary color
Monochromatic Colors of #B24A02
Black with #B24A02
Text Example
Text Example
White with #B24A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24A02; }
p { color: rgb(178,74,2); }
H1.HeaderClassName
{
color: #B24A02;
}
.AnyTagClassName
{
color: #B24A02;
}
</style>
background-color css
<style>
a { background-color: #B24A02; }
a { background-color: rgb(178,74,2); }
div.DivClassName
{
background-color: #B24A02;
}
.BgClassName
{
background-color: #B24A02;
}
</style>
border-color css
<style>
span { border-color: #B24A02; }
span { border-color: rgb(178,74,2); }
td.TdClassName
{
border-color: #B24A02;
}
.TagClassName
{
border-color: #B24A02;
}
</style>