Shades of Red Oxide #602423
Tints of Red Oxide #602423
RGB
CMYK
RGB Variations
Color information
#602423 (or 0x602423) is known color: Red Oxide. HEX triplet: 60, 24 and 23. RGB value is (96,36,35). Sum of RGB (Red+Green+Blue) = 96+36+35=167 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.49% from 167); Green value is 36 (14.45% from 255 or 21.56% from 167); Blue value is 35 (14.06% from 255 or 20.96% from 167); Max value from RGB is 96 - color contains mainly: red. Hex color #602423 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602423 is #9FDBDC. Grayscale: #353535. Windows color (decimal): -10476509 or 2303072. OLE color: 2303072.
HSL color Cylindrical-coordinate representation of color #602423: hue angle of 0.98º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #602423 is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 36 | 35 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.62 |
| HSL | 0.98º | 0.47% | 0.26% | - |
| HSV(B) | 0.98º | 0.64% | 0.38% | - |
| XYZ | 5.76 | 3.87 | 2.03 | - |
| YUV | 53.83 | 117.38 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 36 | 35 | 0 | 0.62 | 0.64 | 0.62 | 0.98 | 0.47 | 0.26 |
| Hex | 60 | 24 | 23 | 0 | 3E | 40 | 3E | 1 | 2F | 1A |
| Octal | 140 | 44 | 43 | 0 | 76 | 100 | 76 | 1 | 57 | 32 |
| Binary | 1100000 | 100100 | 100011 | 0 | 111110 | 1000000 | 111110 | 1 | 101111 | 11010 |
Color Harmonies of #602423
Complementary color
Monochromatic Colors of #602423
Black with #602423
Text Example
Text Example
White with #602423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602423; }
p { color: rgb(96,36,35); }
H1.HeaderClassName
{
color: #602423;
}
.AnyTagClassName
{
color: #602423;
}
</style>
background-color css
<style>
a { background-color: #602423; }
a { background-color: rgb(96,36,35); }
div.DivClassName
{
background-color: #602423;
}
.BgClassName
{
background-color: #602423;
}
</style>
border-color css
<style>
span { border-color: #602423; }
span { border-color: rgb(96,36,35); }
td.TdClassName
{
border-color: #602423;
}
.TagClassName
{
border-color: #602423;
}
</style>