Shades of Red Oxide #661B03
Tints of Red Oxide #661B03
RGB
CMYK
RGB Variations
Color information
#661B03 (or 0x661B03) is known color: Red Oxide. HEX triplet: 66, 1B and 03. RGB value is (102,27,3). Sum of RGB (Red+Green+Blue) = 102+27+3=132 (17% of max value = 765). Red value is 102 (40.23% from 255 or 77.27% from 132); Green value is 27 (10.94% from 255 or 20.45% from 132); Blue value is 3 (1.56% from 255 or 2.27% from 132); Max value from RGB is 102 - color contains mainly: red. Hex color #661B03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661B03 is #99E4FC. Grayscale: #2E2E2E. Windows color (decimal): -10085629 or 203622. OLE color: 203622.
HSL color Cylindrical-coordinate representation of color #661B03: hue angle of 14.55º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #661B03 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 27 | 3 | - |
| CMYK | 0 | 0.74 | 0.97 | 0.6 |
| HSL | 14.55º | 0.94% | 0.21% | - |
| HSV(B) | 14.55º | 0.97% | 0.4% | - |
| XYZ | 5.89 | 3.62 | 0.47 | - |
| YUV | 46.69 | 103.35 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 27 | 3 | 0 | 0.74 | 0.97 | 0.6 | 14.55 | 0.94 | 0.21 |
| Hex | 66 | 1B | 3 | 0 | 4A | 61 | 3C | F | 5E | 15 |
| Octal | 146 | 33 | 3 | 0 | 112 | 141 | 74 | 17 | 136 | 25 |
| Binary | 1100110 | 11011 | 11 | 0 | 1001010 | 1100001 | 111100 | 1111 | 1011110 | 10101 |
Color Harmonies of #661B03
Complementary color
Monochromatic Colors of #661B03
Black with #661B03
Text Example
Text Example
White with #661B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661B03; }
p { color: rgb(102,27,3); }
H1.HeaderClassName
{
color: #661B03;
}
.AnyTagClassName
{
color: #661B03;
}
</style>
background-color css
<style>
a { background-color: #661B03; }
a { background-color: rgb(102,27,3); }
div.DivClassName
{
background-color: #661B03;
}
.BgClassName
{
background-color: #661B03;
}
</style>
border-color css
<style>
span { border-color: #661B03; }
span { border-color: rgb(102,27,3); }
td.TdClassName
{
border-color: #661B03;
}
.TagClassName
{
border-color: #661B03;
}
</style>