Shades of Rust #B24D02
Tints of Rust #B24D02
RGB
CMYK
RGB Variations
Color information
#B24D02 (or 0xB24D02) is known color: Rust. HEX triplet: B2, 4D and 02. RGB value is (178,77,2). Sum of RGB (Red+Green+Blue) = 178+77+2=257 (34% of max value = 765). Red value is 178 (69.92% from 255 or 69.26% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 2 (1.17% from 255 or 0.78% from 257); Max value from RGB is 178 - color contains mainly: red. Hex color #B24D02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B24D02 is #4DB2FD. Grayscale: #636363. Windows color (decimal): -5092094 or 150962. OLE color: 150962.
HSL color Cylindrical-coordinate representation of color #B24D02: hue angle of 25.57º 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 #B24D02 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 77 | 2 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.30 |
| HSL | 25.57º | 0.98% | 0.35% | - |
| HSV(B) | 25.57º | 0.99% | 0.7% | - |
| XYZ | 21.02 | 14.78 | 1.8 | - |
| YUV | 98.65 | 73.46 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 77 | 2 | 0 | 0.57 | 0.99 | 0.30 | 25.57 | 0.98 | 0.35 |
| Hex | B2 | 4D | 2 | 0 | 39 | 63 | 1E | 1A | 62 | 23 |
| Octal | 262 | 115 | 2 | 0 | 71 | 143 | 36 | 32 | 142 | 43 |
| Binary | 10110010 | 1001101 | 10 | 0 | 111001 | 1100011 | 11110 | 11010 | 1100010 | 100011 |
Color Harmonies of #B24D02
Complementary color
Monochromatic Colors of #B24D02
Black with #B24D02
Text Example
Text Example
White with #B24D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24D02; }
p { color: rgb(178,77,2); }
H1.HeaderClassName
{
color: #B24D02;
}
.AnyTagClassName
{
color: #B24D02;
}
</style>
background-color css
<style>
a { background-color: #B24D02; }
a { background-color: rgb(178,77,2); }
div.DivClassName
{
background-color: #B24D02;
}
.BgClassName
{
background-color: #B24D02;
}
</style>
border-color css
<style>
span { border-color: #B24D02; }
span { border-color: rgb(178,77,2); }
td.TdClassName
{
border-color: #B24D02;
}
.TagClassName
{
border-color: #B24D02;
}
</style>