Shades of Red Oxide #5F0C02
Tints of Red Oxide #5F0C02
RGB
CMYK
RGB Variations
Color information
#5F0C02 (or 0x5F0C02) is known color: Red Oxide. HEX triplet: 5F, 0C and 02. RGB value is (95,12,2). Sum of RGB (Red+Green+Blue) = 95+12+2=109 (14% of max value = 765). Red value is 95 (37.5% from 255 or 87.16% from 109); Green value is 12 (5.08% from 255 or 11.01% from 109); Blue value is 2 (1.17% from 255 or 1.83% from 109); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0C02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F0C02 is #A0F3FD. Grayscale: #232323. Windows color (decimal): -10548222 or 134239. OLE color: 134239.
HSL color Cylindrical-coordinate representation of color #5F0C02: hue angle of 6.45º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5F0C02 is Cyan = 0, Magento = 0.87, Yellow = 0.98 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 12 | 2 | - |
| CMYK | 0 | 0.87 | 0.98 | 0.63 |
| HSL | 6.45º | 0.96% | 0.19% | - |
| HSV(B) | 6.45º | 0.98% | 0.37% | - |
| XYZ | 4.86 | 2.7 | 0.32 | - |
| YUV | 35.68 | 109 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 12 | 2 | 0 | 0.87 | 0.98 | 0.63 | 6.45 | 0.96 | 0.19 |
| Hex | 5F | C | 2 | 0 | 57 | 62 | 3F | 6 | 60 | 13 |
| Octal | 137 | 14 | 2 | 0 | 127 | 142 | 77 | 6 | 140 | 23 |
| Binary | 1011111 | 1100 | 10 | 0 | 1010111 | 1100010 | 111111 | 110 | 1100000 | 10011 |
Color Harmonies of #5F0C02
Complementary color
Monochromatic Colors of #5F0C02
Black with #5F0C02
Text Example
Text Example
White with #5F0C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0C02; }
p { color: rgb(95,12,2); }
H1.HeaderClassName
{
color: #5F0C02;
}
.AnyTagClassName
{
color: #5F0C02;
}
</style>
background-color css
<style>
a { background-color: #5F0C02; }
a { background-color: rgb(95,12,2); }
div.DivClassName
{
background-color: #5F0C02;
}
.BgClassName
{
background-color: #5F0C02;
}
</style>
border-color css
<style>
span { border-color: #5F0C02; }
span { border-color: rgb(95,12,2); }
td.TdClassName
{
border-color: #5F0C02;
}
.TagClassName
{
border-color: #5F0C02;
}
</style>