Shades of Red Oxide #600F04
Tints of Red Oxide #600F04
RGB
CMYK
RGB Variations
Color information
#600F04 (or 0x600F04) is known color: Red Oxide. HEX triplet: 60, 0F and 04. RGB value is (96,15,4). Sum of RGB (Red+Green+Blue) = 96+15+4=115 (15% of max value = 765). Red value is 96 (37.89% from 255 or 83.48% from 115); Green value is 15 (6.25% from 255 or 13.04% from 115); Blue value is 4 (1.95% from 255 or 3.48% from 115); Max value from RGB is 96 - color contains mainly: red. Hex color #600F04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600F04 is #9FF0FB. Grayscale: #262626. Windows color (decimal): -10481916 or 266080. OLE color: 266080.
HSL color Cylindrical-coordinate representation of color #600F04: hue angle of 7.17º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #600F04 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 15 | 4 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.62 |
| HSL | 7.17º | 0.92% | 0.2% | - |
| HSV(B) | 7.17º | 0.96% | 0.38% | - |
| XYZ | 5.02 | 2.84 | 0.4 | - |
| YUV | 37.97 | 108.84 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 15 | 4 | 0 | 0.84 | 0.96 | 0.62 | 7.17 | 0.92 | 0.2 |
| Hex | 60 | F | 4 | 0 | 54 | 60 | 3E | 7 | 5C | 14 |
| Octal | 140 | 17 | 4 | 0 | 124 | 140 | 76 | 7 | 134 | 24 |
| Binary | 1100000 | 1111 | 100 | 0 | 1010100 | 1100000 | 111110 | 111 | 1011100 | 10100 |
Color Harmonies of #600F04
Complementary color
Monochromatic Colors of #600F04
Black with #600F04
Text Example
Text Example
White with #600F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600F04; }
p { color: rgb(96,15,4); }
H1.HeaderClassName
{
color: #600F04;
}
.AnyTagClassName
{
color: #600F04;
}
</style>
background-color css
<style>
a { background-color: #600F04; }
a { background-color: rgb(96,15,4); }
div.DivClassName
{
background-color: #600F04;
}
.BgClassName
{
background-color: #600F04;
}
</style>
border-color css
<style>
span { border-color: #600F04; }
span { border-color: rgb(96,15,4); }
td.TdClassName
{
border-color: #600F04;
}
.TagClassName
{
border-color: #600F04;
}
</style>