Shades of Red Oxide #5F1002
Tints of Red Oxide #5F1002
RGB
CMYK
RGB Variations
Color information
#5F1002 (or 0x5F1002) is known color: Red Oxide. HEX triplet: 5F, 10 and 02. RGB value is (95,16,2). Sum of RGB (Red+Green+Blue) = 95+16+2=113 (14% of max value = 765). Red value is 95 (37.5% from 255 or 84.07% from 113); Green value is 16 (6.64% from 255 or 14.16% from 113); Blue value is 2 (1.17% from 255 or 1.77% from 113); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1002 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F1002 is #A0EFFD. Grayscale: #262626. Windows color (decimal): -10547198 or 135263. OLE color: 135263.
HSL color Cylindrical-coordinate representation of color #5F1002: hue angle of 9.03º 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 #5F1002 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 16 | 2 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.63 |
| HSL | 9.03º | 0.96% | 0.19% | - |
| HSV(B) | 9.03º | 0.98% | 0.37% | - |
| XYZ | 4.92 | 2.81 | 0.34 | - |
| YUV | 38.03 | 107.67 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 16 | 2 | 0 | 0.83 | 0.98 | 0.63 | 9.03 | 0.96 | 0.19 |
| Hex | 5F | 10 | 2 | 0 | 53 | 62 | 3F | 9 | 60 | 13 |
| Octal | 137 | 20 | 2 | 0 | 123 | 142 | 77 | 11 | 140 | 23 |
| Binary | 1011111 | 10000 | 10 | 0 | 1010011 | 1100010 | 111111 | 1001 | 1100000 | 10011 |
Color Harmonies of #5F1002
Complementary color
Monochromatic Colors of #5F1002
Black with #5F1002
Text Example
Text Example
White with #5F1002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1002; }
p { color: rgb(95,16,2); }
H1.HeaderClassName
{
color: #5F1002;
}
.AnyTagClassName
{
color: #5F1002;
}
</style>
background-color css
<style>
a { background-color: #5F1002; }
a { background-color: rgb(95,16,2); }
div.DivClassName
{
background-color: #5F1002;
}
.BgClassName
{
background-color: #5F1002;
}
</style>
border-color css
<style>
span { border-color: #5F1002; }
span { border-color: rgb(95,16,2); }
td.TdClassName
{
border-color: #5F1002;
}
.TagClassName
{
border-color: #5F1002;
}
</style>