Shades of Red Oxide #66130C
Tints of Red Oxide #66130C
RGB
CMYK
RGB Variations
Color information
#66130C (or 0x66130C) is known color: Red Oxide. HEX triplet: 66, 13 and 0C. RGB value is (102,19,12). Sum of RGB (Red+Green+Blue) = 102+19+12=133 (17% of max value = 765). Red value is 102 (40.23% from 255 or 76.69% from 133); Green value is 19 (7.81% from 255 or 14.29% from 133); Blue value is 12 (5.08% from 255 or 9.02% from 133); Max value from RGB is 102 - color contains mainly: red. Hex color #66130C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66130C is #99ECF3. Grayscale: #2B2B2B. Windows color (decimal): -10087668 or 791398. OLE color: 791398.
HSL color Cylindrical-coordinate representation of color #66130C: hue angle of 4.67º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #66130C is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 19 | 12 | - |
| CMYK | 0 | 0.81 | 0.88 | 0.6 |
| HSL | 4.67º | 0.79% | 0.22% | - |
| HSV(B) | 4.67º | 0.88% | 0.4% | - |
| XYZ | 5.78 | 3.32 | 0.68 | - |
| YUV | 43.02 | 110.5 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 19 | 12 | 0 | 0.81 | 0.88 | 0.6 | 4.67 | 0.79 | 0.22 |
| Hex | 66 | 13 | C | 0 | 51 | 58 | 3C | 5 | 4F | 16 |
| Octal | 146 | 23 | 14 | 0 | 121 | 130 | 74 | 5 | 117 | 26 |
| Binary | 1100110 | 10011 | 1100 | 0 | 1010001 | 1011000 | 111100 | 101 | 1001111 | 10110 |
Color Harmonies of #66130C
Complementary color
Monochromatic Colors of #66130C
Black with #66130C
Text Example
Text Example
White with #66130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66130C; }
p { color: rgb(102,19,12); }
H1.HeaderClassName
{
color: #66130C;
}
.AnyTagClassName
{
color: #66130C;
}
</style>
background-color css
<style>
a { background-color: #66130C; }
a { background-color: rgb(102,19,12); }
div.DivClassName
{
background-color: #66130C;
}
.BgClassName
{
background-color: #66130C;
}
</style>
border-color css
<style>
span { border-color: #66130C; }
span { border-color: rgb(102,19,12); }
td.TdClassName
{
border-color: #66130C;
}
.TagClassName
{
border-color: #66130C;
}
</style>