Shades of Red Oxide #661B05
Tints of Red Oxide #661B05
RGB
CMYK
RGB Variations
Color information
#661B05 (or 0x661B05) is known color: Red Oxide. HEX triplet: 66, 1B and 05. RGB value is (102,27,5). Sum of RGB (Red+Green+Blue) = 102+27+5=134 (17% of max value = 765). Red value is 102 (40.23% from 255 or 76.12% from 134); Green value is 27 (10.94% from 255 or 20.15% from 134); Blue value is 5 (2.34% from 255 or 3.73% from 134); Max value from RGB is 102 - color contains mainly: red. Hex color #661B05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661B05 is #99E4FA. Grayscale: #2F2F2F. Windows color (decimal): -10085627 or 334694. OLE color: 334694.
HSL color Cylindrical-coordinate representation of color #661B05: hue angle of 13.61º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #661B05 is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 27 | 5 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.6 |
| HSL | 13.61º | 0.91% | 0.21% | - |
| HSV(B) | 13.61º | 0.95% | 0.4% | - |
| XYZ | 5.9 | 3.62 | 0.53 | - |
| YUV | 46.92 | 104.35 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 27 | 5 | 0 | 0.74 | 0.95 | 0.6 | 13.61 | 0.91 | 0.21 |
| Hex | 66 | 1B | 5 | 0 | 4A | 5F | 3C | E | 5B | 15 |
| Octal | 146 | 33 | 5 | 0 | 112 | 137 | 74 | 16 | 133 | 25 |
| Binary | 1100110 | 11011 | 101 | 0 | 1001010 | 1011111 | 111100 | 1110 | 1011011 | 10101 |
Color Harmonies of #661B05
Complementary color
Monochromatic Colors of #661B05
Black with #661B05
Text Example
Text Example
White with #661B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661B05; }
p { color: rgb(102,27,5); }
H1.HeaderClassName
{
color: #661B05;
}
.AnyTagClassName
{
color: #661B05;
}
</style>
background-color css
<style>
a { background-color: #661B05; }
a { background-color: rgb(102,27,5); }
div.DivClassName
{
background-color: #661B05;
}
.BgClassName
{
background-color: #661B05;
}
</style>
border-color css
<style>
span { border-color: #661B05; }
span { border-color: rgb(102,27,5); }
td.TdClassName
{
border-color: #661B05;
}
.TagClassName
{
border-color: #661B05;
}
</style>