Shades of Red Oxide #66120F
Tints of Red Oxide #66120F
RGB
CMYK
RGB Variations
Color information
#66120F (or 0x66120F) is known color: Red Oxide. HEX triplet: 66, 12 and 0F. RGB value is (102,18,15). Sum of RGB (Red+Green+Blue) = 102+18+15=135 (17% of max value = 765). Red value is 102 (40.23% from 255 or 75.56% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 15 (6.25% from 255 or 11.11% from 135); Max value from RGB is 102 - color contains mainly: red. Hex color #66120F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66120F is #99EDF0. Grayscale: #2A2A2A. Windows color (decimal): -10087921 or 987750. OLE color: 987750.
HSL color Cylindrical-coordinate representation of color #66120F: hue angle of 2.07º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #66120F is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 18 | 15 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.6 |
| HSL | 2.07º | 0.74% | 0.23% | - |
| HSV(B) | 2.07º | 0.85% | 0.4% | - |
| XYZ | 5.78 | 3.29 | 0.78 | - |
| YUV | 42.77 | 112.33 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 18 | 15 | 0 | 0.82 | 0.85 | 0.6 | 2.07 | 0.74 | 0.23 |
| Hex | 66 | 12 | F | 0 | 52 | 55 | 3C | 2 | 4A | 17 |
| Octal | 146 | 22 | 17 | 0 | 122 | 125 | 74 | 2 | 112 | 27 |
| Binary | 1100110 | 10010 | 1111 | 0 | 1010010 | 1010101 | 111100 | 10 | 1001010 | 10111 |
Color Harmonies of #66120F
Complementary color
Monochromatic Colors of #66120F
Black with #66120F
Text Example
Text Example
White with #66120F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66120F; }
p { color: rgb(102,18,15); }
H1.HeaderClassName
{
color: #66120F;
}
.AnyTagClassName
{
color: #66120F;
}
</style>
background-color css
<style>
a { background-color: #66120F; }
a { background-color: rgb(102,18,15); }
div.DivClassName
{
background-color: #66120F;
}
.BgClassName
{
background-color: #66120F;
}
</style>
border-color css
<style>
span { border-color: #66120F; }
span { border-color: rgb(102,18,15); }
td.TdClassName
{
border-color: #66120F;
}
.TagClassName
{
border-color: #66120F;
}
</style>