Shades of Red Oxide #600F0C
Tints of Red Oxide #600F0C
RGB
CMYK
RGB Variations
Color information
#600F0C (or 0x600F0C) is known color: Red Oxide. HEX triplet: 60, 0F and 0C. RGB value is (96,15,12). Sum of RGB (Red+Green+Blue) = 96+15+12=123 (16% of max value = 765). Red value is 96 (37.89% from 255 or 78.05% from 123); Green value is 15 (6.25% from 255 or 12.20% from 123); Blue value is 12 (5.08% from 255 or 9.76% from 123); Max value from RGB is 96 - color contains mainly: red. Hex color #600F0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600F0C is #9FF0F3. Grayscale: #262626. Windows color (decimal): -10481908 or 790368. OLE color: 790368.
HSL color Cylindrical-coordinate representation of color #600F0C: hue angle of 2.14º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #600F0C is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 15 | 12 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.62 |
| HSL | 2.14º | 0.78% | 0.21% | - |
| HSV(B) | 2.14º | 0.88% | 0.38% | - |
| XYZ | 5.06 | 2.85 | 0.63 | - |
| YUV | 38.88 | 112.84 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 15 | 12 | 0 | 0.84 | 0.88 | 0.62 | 2.14 | 0.78 | 0.21 |
| Hex | 60 | F | C | 0 | 54 | 58 | 3E | 2 | 4E | 15 |
| Octal | 140 | 17 | 14 | 0 | 124 | 130 | 76 | 2 | 116 | 25 |
| Binary | 1100000 | 1111 | 1100 | 0 | 1010100 | 1011000 | 111110 | 10 | 1001110 | 10101 |
Color Harmonies of #600F0C
Complementary color
Monochromatic Colors of #600F0C
Black with #600F0C
Text Example
Text Example
White with #600F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600F0C; }
p { color: rgb(96,15,12); }
H1.HeaderClassName
{
color: #600F0C;
}
.AnyTagClassName
{
color: #600F0C;
}
</style>
background-color css
<style>
a { background-color: #600F0C; }
a { background-color: rgb(96,15,12); }
div.DivClassName
{
background-color: #600F0C;
}
.BgClassName
{
background-color: #600F0C;
}
</style>
border-color css
<style>
span { border-color: #600F0C; }
span { border-color: rgb(96,15,12); }
td.TdClassName
{
border-color: #600F0C;
}
.TagClassName
{
border-color: #600F0C;
}
</style>