Shades of Red Oxide #600D08
Tints of Red Oxide #600D08
RGB
CMYK
RGB Variations
Color information
#600D08 (or 0x600D08) is known color: Red Oxide. HEX triplet: 60, 0D and 08. RGB value is (96,13,8). Sum of RGB (Red+Green+Blue) = 96+13+8=117 (15% of max value = 765). Red value is 96 (37.89% from 255 or 82.05% from 117); Green value is 13 (5.47% from 255 or 11.11% from 117); Blue value is 8 (3.52% from 255 or 6.84% from 117); Max value from RGB is 96 - color contains mainly: red. Hex color #600D08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600D08 is #9FF2F7. Grayscale: #252525. Windows color (decimal): -10482424 or 527712. OLE color: 527712.
HSL color Cylindrical-coordinate representation of color #600D08: hue angle of 3.41º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #600D08 is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 13 | 8 | - |
| CMYK | 0 | 0.86 | 0.92 | 0.62 |
| HSL | 3.41º | 0.85% | 0.2% | - |
| HSV(B) | 3.41º | 0.92% | 0.38% | - |
| XYZ | 5.01 | 2.79 | 0.5 | - |
| YUV | 37.25 | 111.5 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 13 | 8 | 0 | 0.86 | 0.92 | 0.62 | 3.41 | 0.85 | 0.2 |
| Hex | 60 | D | 8 | 0 | 56 | 5C | 3E | 3 | 55 | 14 |
| Octal | 140 | 15 | 10 | 0 | 126 | 134 | 76 | 3 | 125 | 24 |
| Binary | 1100000 | 1101 | 1000 | 0 | 1010110 | 1011100 | 111110 | 11 | 1010101 | 10100 |
Color Harmonies of #600D08
Complementary color
Monochromatic Colors of #600D08
Black with #600D08
Text Example
Text Example
White with #600D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600D08; }
p { color: rgb(96,13,8); }
H1.HeaderClassName
{
color: #600D08;
}
.AnyTagClassName
{
color: #600D08;
}
</style>
background-color css
<style>
a { background-color: #600D08; }
a { background-color: rgb(96,13,8); }
div.DivClassName
{
background-color: #600D08;
}
.BgClassName
{
background-color: #600D08;
}
</style>
border-color css
<style>
span { border-color: #600D08; }
span { border-color: rgb(96,13,8); }
td.TdClassName
{
border-color: #600D08;
}
.TagClassName
{
border-color: #600D08;
}
</style>