Shades of Red Oxide #600F09
Tints of Red Oxide #600F09
RGB
CMYK
RGB Variations
Color information
#600F09 (or 0x600F09) is known color: Red Oxide. HEX triplet: 60, 0F and 09. RGB value is (96,15,9). Sum of RGB (Red+Green+Blue) = 96+15+9=120 (15% of max value = 765). Red value is 96 (37.89% from 255 or 80% from 120); Green value is 15 (6.25% from 255 or 12.5% from 120); Blue value is 9 (3.91% from 255 or 7.5% from 120); Max value from RGB is 96 - color contains mainly: red. Hex color #600F09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600F09 is #9FF0F6. Grayscale: #262626. Windows color (decimal): -10481911 or 593760. OLE color: 593760.
HSL color Cylindrical-coordinate representation of color #600F09: hue angle of 4.14º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #600F09 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 15 | 9 | - |
| CMYK | 0 | 0.84 | 0.91 | 0.62 |
| HSL | 4.14º | 0.83% | 0.21% | - |
| HSV(B) | 4.14º | 0.91% | 0.38% | - |
| XYZ | 5.04 | 2.85 | 0.54 | - |
| YUV | 38.54 | 111.34 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 15 | 9 | 0 | 0.84 | 0.91 | 0.62 | 4.14 | 0.83 | 0.21 |
| Hex | 60 | F | 9 | 0 | 54 | 5B | 3E | 4 | 53 | 15 |
| Octal | 140 | 17 | 11 | 0 | 124 | 133 | 76 | 4 | 123 | 25 |
| Binary | 1100000 | 1111 | 1001 | 0 | 1010100 | 1011011 | 111110 | 100 | 1010011 | 10101 |
Color Harmonies of #600F09
Complementary color
Monochromatic Colors of #600F09
Black with #600F09
Text Example
Text Example
White with #600F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600F09; }
p { color: rgb(96,15,9); }
H1.HeaderClassName
{
color: #600F09;
}
.AnyTagClassName
{
color: #600F09;
}
</style>
background-color css
<style>
a { background-color: #600F09; }
a { background-color: rgb(96,15,9); }
div.DivClassName
{
background-color: #600F09;
}
.BgClassName
{
background-color: #600F09;
}
</style>
border-color css
<style>
span { border-color: #600F09; }
span { border-color: rgb(96,15,9); }
td.TdClassName
{
border-color: #600F09;
}
.TagClassName
{
border-color: #600F09;
}
</style>