Shades of Red Oxide #671A02
Tints of Red Oxide #671A02
RGB
CMYK
RGB Variations
Color information
#671A02 (or 0x671A02) is known color: Red Oxide. HEX triplet: 67, 1A and 02. RGB value is (103,26,2). Sum of RGB (Red+Green+Blue) = 103+26+2=131 (17% of max value = 765). Red value is 103 (40.62% from 255 or 78.63% from 131); Green value is 26 (10.55% from 255 or 19.85% from 131); Blue value is 2 (1.17% from 255 or 1.53% from 131); Max value from RGB is 103 - color contains mainly: red. Hex color #671A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671A02 is #98E5FD. Grayscale: #2E2E2E. Windows color (decimal): -10020350 or 137831. OLE color: 137831.
HSL color Cylindrical-coordinate representation of color #671A02: hue angle of 14.26º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #671A02 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 26 | 2 | - |
| CMYK | 0 | 0.75 | 0.98 | 0.60 |
| HSL | 14.26º | 0.96% | 0.21% | - |
| HSV(B) | 14.26º | 0.98% | 0.4% | - |
| XYZ | 5.97 | 3.63 | 0.44 | - |
| YUV | 46.29 | 103.01 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 26 | 2 | 0 | 0.75 | 0.98 | 0.60 | 14.26 | 0.96 | 0.21 |
| Hex | 67 | 1A | 2 | 0 | 4B | 62 | 3C | E | 60 | 15 |
| Octal | 147 | 32 | 2 | 0 | 113 | 142 | 74 | 16 | 140 | 25 |
| Binary | 1100111 | 11010 | 10 | 0 | 1001011 | 1100010 | 111100 | 1110 | 1100000 | 10101 |
Color Harmonies of #671A02
Complementary color
Monochromatic Colors of #671A02
Black with #671A02
Text Example
Text Example
White with #671A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671A02; }
p { color: rgb(103,26,2); }
H1.HeaderClassName
{
color: #671A02;
}
.AnyTagClassName
{
color: #671A02;
}
</style>
background-color css
<style>
a { background-color: #671A02; }
a { background-color: rgb(103,26,2); }
div.DivClassName
{
background-color: #671A02;
}
.BgClassName
{
background-color: #671A02;
}
</style>
border-color css
<style>
span { border-color: #671A02; }
span { border-color: rgb(103,26,2); }
td.TdClassName
{
border-color: #671A02;
}
.TagClassName
{
border-color: #671A02;
}
</style>