Shades of Red Oxide #661C0B
Tints of Red Oxide #661C0B
RGB
CMYK
RGB Variations
Color information
#661C0B (or 0x661C0B) is known color: Red Oxide. HEX triplet: 66, 1C and 0B. RGB value is (102,28,11). Sum of RGB (Red+Green+Blue) = 102+28+11=141 (18% of max value = 765). Red value is 102 (40.23% from 255 or 72.34% from 141); Green value is 28 (11.33% from 255 or 19.86% from 141); Blue value is 11 (4.69% from 255 or 7.80% from 141); Max value from RGB is 102 - color contains mainly: red. Hex color #661C0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661C0B is #99E3F4. Grayscale: #303030. Windows color (decimal): -10085365 or 728166. OLE color: 728166.
HSL color Cylindrical-coordinate representation of color #661C0B: hue angle of 11.21º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #661C0B is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 28 | 11 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.6 |
| HSL | 11.21º | 0.81% | 0.22% | - |
| HSV(B) | 11.21º | 0.89% | 0.4% | - |
| XYZ | 5.96 | 3.68 | 0.71 | - |
| YUV | 48.19 | 107.02 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 28 | 11 | 0 | 0.73 | 0.89 | 0.6 | 11.21 | 0.81 | 0.22 |
| Hex | 66 | 1C | B | 0 | 49 | 59 | 3C | B | 51 | 16 |
| Octal | 146 | 34 | 13 | 0 | 111 | 131 | 74 | 13 | 121 | 26 |
| Binary | 1100110 | 11100 | 1011 | 0 | 1001001 | 1011001 | 111100 | 1011 | 1010001 | 10110 |
Color Harmonies of #661C0B
Complementary color
Monochromatic Colors of #661C0B
Black with #661C0B
Text Example
Text Example
White with #661C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661C0B; }
p { color: rgb(102,28,11); }
H1.HeaderClassName
{
color: #661C0B;
}
.AnyTagClassName
{
color: #661C0B;
}
</style>
background-color css
<style>
a { background-color: #661C0B; }
a { background-color: rgb(102,28,11); }
div.DivClassName
{
background-color: #661C0B;
}
.BgClassName
{
background-color: #661C0B;
}
</style>
border-color css
<style>
span { border-color: #661C0B; }
span { border-color: rgb(102,28,11); }
td.TdClassName
{
border-color: #661C0B;
}
.TagClassName
{
border-color: #661C0B;
}
</style>