Shades of Red Oxide #661B04
Tints of Red Oxide #661B04
RGB
CMYK
RGB Variations
Color information
#661B04 (or 0x661B04) is known color: Red Oxide. HEX triplet: 66, 1B and 04. RGB value is (102,27,4). Sum of RGB (Red+Green+Blue) = 102+27+4=133 (17% of max value = 765). Red value is 102 (40.23% from 255 or 76.69% from 133); Green value is 27 (10.94% from 255 or 20.30% from 133); Blue value is 4 (1.95% from 255 or 3.01% from 133); Max value from RGB is 102 - color contains mainly: red. Hex color #661B04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661B04 is #99E4FB. Grayscale: #2E2E2E. Windows color (decimal): -10085628 or 269158. OLE color: 269158.
HSL color Cylindrical-coordinate representation of color #661B04: hue angle of 14.08º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #661B04 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 27 | 4 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.6 |
| HSL | 14.08º | 0.92% | 0.21% | - |
| HSV(B) | 14.08º | 0.96% | 0.4% | - |
| XYZ | 5.89 | 3.62 | 0.5 | - |
| YUV | 46.8 | 103.85 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 27 | 4 | 0 | 0.74 | 0.96 | 0.6 | 14.08 | 0.92 | 0.21 |
| Hex | 66 | 1B | 4 | 0 | 4A | 60 | 3C | E | 5C | 15 |
| Octal | 146 | 33 | 4 | 0 | 112 | 140 | 74 | 16 | 134 | 25 |
| Binary | 1100110 | 11011 | 100 | 0 | 1001010 | 1100000 | 111100 | 1110 | 1011100 | 10101 |
Color Harmonies of #661B04
Complementary color
Monochromatic Colors of #661B04
Black with #661B04
Text Example
Text Example
White with #661B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661B04; }
p { color: rgb(102,27,4); }
H1.HeaderClassName
{
color: #661B04;
}
.AnyTagClassName
{
color: #661B04;
}
</style>
background-color css
<style>
a { background-color: #661B04; }
a { background-color: rgb(102,27,4); }
div.DivClassName
{
background-color: #661B04;
}
.BgClassName
{
background-color: #661B04;
}
</style>
border-color css
<style>
span { border-color: #661B04; }
span { border-color: rgb(102,27,4); }
td.TdClassName
{
border-color: #661B04;
}
.TagClassName
{
border-color: #661B04;
}
</style>