Shades of Red Oxide #661A02
Tints of Red Oxide #661A02
RGB
CMYK
RGB Variations
Color information
#661A02 (or 0x661A02) is known color: Red Oxide. HEX triplet: 66, 1A and 02. RGB value is (102,26,2). Sum of RGB (Red+Green+Blue) = 102+26+2=130 (17% of max value = 765). Red value is 102 (40.23% from 255 or 78.46% from 130); Green value is 26 (10.55% from 255 or 20% from 130); Blue value is 2 (1.17% from 255 or 1.54% from 130); Max value from RGB is 102 - color contains mainly: red. Hex color #661A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661A02 is #99E5FD. Grayscale: #2E2E2E. Windows color (decimal): -10085886 or 137830. OLE color: 137830.
HSL color Cylindrical-coordinate representation of color #661A02: hue angle of 14.4º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #661A02 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 26 | 2 | - |
| CMYK | 0 | 0.75 | 0.98 | 0.6 |
| HSL | 14.4º | 0.96% | 0.2% | - |
| HSV(B) | 14.4º | 0.98% | 0.4% | - |
| XYZ | 5.86 | 3.57 | 0.44 | - |
| YUV | 45.99 | 103.18 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 26 | 2 | 0 | 0.75 | 0.98 | 0.6 | 14.4 | 0.96 | 0.2 |
| Hex | 66 | 1A | 2 | 0 | 4B | 62 | 3C | E | 60 | 14 |
| Octal | 146 | 32 | 2 | 0 | 113 | 142 | 74 | 16 | 140 | 24 |
| Binary | 1100110 | 11010 | 10 | 0 | 1001011 | 1100010 | 111100 | 1110 | 1100000 | 10100 |
Color Harmonies of #661A02
Complementary color
Monochromatic Colors of #661A02
Black with #661A02
Text Example
Text Example
White with #661A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661A02; }
p { color: rgb(102,26,2); }
H1.HeaderClassName
{
color: #661A02;
}
.AnyTagClassName
{
color: #661A02;
}
</style>
background-color css
<style>
a { background-color: #661A02; }
a { background-color: rgb(102,26,2); }
div.DivClassName
{
background-color: #661A02;
}
.BgClassName
{
background-color: #661A02;
}
</style>
border-color css
<style>
span { border-color: #661A02; }
span { border-color: rgb(102,26,2); }
td.TdClassName
{
border-color: #661A02;
}
.TagClassName
{
border-color: #661A02;
}
</style>