Shades of Red Oxide #602524
Tints of Red Oxide #602524
RGB
CMYK
RGB Variations
Color information
#602524 (or 0x602524) is known color: Red Oxide. HEX triplet: 60, 25 and 24. RGB value is (96,37,36). Sum of RGB (Red+Green+Blue) = 96+37+36=169 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.80% from 169); Green value is 37 (14.84% from 255 or 21.89% from 169); Blue value is 36 (14.45% from 255 or 21.30% from 169); Max value from RGB is 96 - color contains mainly: red. Hex color #602524 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602524 is #9FDADB. Grayscale: #363636. Windows color (decimal): -10476252 or 2368864. OLE color: 2368864.
HSL color Cylindrical-coordinate representation of color #602524: hue angle of 1º 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 #602524 is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 37 | 36 | - |
| CMYK | 0 | 0.61 | 0.62 | 0.62 |
| HSL | 1º | 0.45% | 0.26% | - |
| HSV(B) | 1º | 0.63% | 0.38% | - |
| XYZ | 5.8 | 3.94 | 2.12 | - |
| YUV | 54.53 | 117.55 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 37 | 36 | 0 | 0.61 | 0.62 | 0.62 | 1 | 0.45 | 0.26 |
| Hex | 60 | 25 | 24 | 0 | 3D | 3E | 3E | 1 | 2D | 1A |
| Octal | 140 | 45 | 44 | 0 | 75 | 76 | 76 | 1 | 55 | 32 |
| Binary | 1100000 | 100101 | 100100 | 0 | 111101 | 111110 | 111110 | 1 | 101101 | 11010 |
Color Harmonies of #602524
Complementary color
Monochromatic Colors of #602524
Black with #602524
Text Example
Text Example
White with #602524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602524; }
p { color: rgb(96,37,36); }
H1.HeaderClassName
{
color: #602524;
}
.AnyTagClassName
{
color: #602524;
}
</style>
background-color css
<style>
a { background-color: #602524; }
a { background-color: rgb(96,37,36); }
div.DivClassName
{
background-color: #602524;
}
.BgClassName
{
background-color: #602524;
}
</style>
border-color css
<style>
span { border-color: #602524; }
span { border-color: rgb(96,37,36); }
td.TdClassName
{
border-color: #602524;
}
.TagClassName
{
border-color: #602524;
}
</style>