Shades of Red Oxide #602424
Tints of Red Oxide #602424
RGB
CMYK
RGB Variations
Color information
#602424 (or 0x602424) is known color: Red Oxide. HEX triplet: 60, 24 and 24. RGB value is (96,36,36). Sum of RGB (Red+Green+Blue) = 96+36+36=168 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.14% from 168); Green value is 36 (14.45% from 255 or 21.43% from 168); Blue value is 36 (14.45% from 255 or 21.43% from 168); Max value from RGB is 96 - color contains mainly: red. Hex color #602424 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602424 is #9FDBDB. Grayscale: #353535. Windows color (decimal): -10476508 or 2368608. OLE color: 2368608.
HSL color Cylindrical-coordinate representation of color #602424: hue angle of 0º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #602424 is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 36 | 36 | - |
| CMYK | 0 | 0.62 | 0.62 | 0.62 |
| HSL | 0º | 0.45% | 0.26% | - |
| HSV(B) | 0º | 0.63% | 0.38% | - |
| XYZ | 5.77 | 3.88 | 2.11 | - |
| YUV | 53.94 | 117.88 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 36 | 36 | 0 | 0.62 | 0.62 | 0.62 | 0 | 0.45 | 0.26 |
| Hex | 60 | 24 | 24 | 0 | 3E | 3E | 3E | 0 | 2D | 1A |
| Octal | 140 | 44 | 44 | 0 | 76 | 76 | 76 | 0 | 55 | 32 |
| Binary | 1100000 | 100100 | 100100 | 0 | 111110 | 111110 | 111110 | 0 | 101101 | 11010 |
Color Harmonies of #602424
Complementary color
Monochromatic Colors of #602424
Black with #602424
Text Example
Text Example
White with #602424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602424; }
p { color: rgb(96,36,36); }
H1.HeaderClassName
{
color: #602424;
}
.AnyTagClassName
{
color: #602424;
}
</style>
background-color css
<style>
a { background-color: #602424; }
a { background-color: rgb(96,36,36); }
div.DivClassName
{
background-color: #602424;
}
.BgClassName
{
background-color: #602424;
}
</style>
border-color css
<style>
span { border-color: #602424; }
span { border-color: rgb(96,36,36); }
td.TdClassName
{
border-color: #602424;
}
.TagClassName
{
border-color: #602424;
}
</style>