Shades of Red Oxide #661B0A
Tints of Red Oxide #661B0A
RGB
CMYK
RGB Variations
Color information
#661B0A (or 0x661B0A) is known color: Red Oxide. HEX triplet: 66, 1B and 0A. RGB value is (102,27,10). Sum of RGB (Red+Green+Blue) = 102+27+10=139 (18% of max value = 765). Red value is 102 (40.23% from 255 or 73.38% from 139); Green value is 27 (10.94% from 255 or 19.42% from 139); Blue value is 10 (4.30% from 255 or 7.19% from 139); Max value from RGB is 102 - color contains mainly: red. Hex color #661B0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661B0A is #99E4F5. Grayscale: #2F2F2F. Windows color (decimal): -10085622 or 662374. OLE color: 662374.
HSL color Cylindrical-coordinate representation of color #661B0A: hue angle of 11.09º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #661B0A is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 27 | 10 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.6 |
| HSL | 11.09º | 0.82% | 0.22% | - |
| HSV(B) | 11.09º | 0.9% | 0.4% | - |
| XYZ | 5.93 | 3.63 | 0.68 | - |
| YUV | 47.49 | 106.85 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 27 | 10 | 0 | 0.74 | 0.90 | 0.6 | 11.09 | 0.82 | 0.22 |
| Hex | 66 | 1B | A | 0 | 4A | 5A | 3C | B | 52 | 16 |
| Octal | 146 | 33 | 12 | 0 | 112 | 132 | 74 | 13 | 122 | 26 |
| Binary | 1100110 | 11011 | 1010 | 0 | 1001010 | 1011010 | 111100 | 1011 | 1010010 | 10110 |
Color Harmonies of #661B0A
Complementary color
Monochromatic Colors of #661B0A
Black with #661B0A
Text Example
Text Example
White with #661B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661B0A; }
p { color: rgb(102,27,10); }
H1.HeaderClassName
{
color: #661B0A;
}
.AnyTagClassName
{
color: #661B0A;
}
</style>
background-color css
<style>
a { background-color: #661B0A; }
a { background-color: rgb(102,27,10); }
div.DivClassName
{
background-color: #661B0A;
}
.BgClassName
{
background-color: #661B0A;
}
</style>
border-color css
<style>
span { border-color: #661B0A; }
span { border-color: rgb(102,27,10); }
td.TdClassName
{
border-color: #661B0A;
}
.TagClassName
{
border-color: #661B0A;
}
</style>