Shades of Red Oxide #641A02
Tints of Red Oxide #641A02
RGB
CMYK
RGB Variations
Color information
#641A02 (or 0x641A02) is known color: Red Oxide. HEX triplet: 64, 1A and 02. RGB value is (100,26,2). Sum of RGB (Red+Green+Blue) = 100+26+2=128 (16% of max value = 765). Red value is 100 (39.45% from 255 or 78.12% from 128); Green value is 26 (10.55% from 255 or 20.31% from 128); Blue value is 2 (1.17% from 255 or 1.56% from 128); Max value from RGB is 100 - color contains mainly: red. Hex color #641A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #641A02 is #9BE5FD. Grayscale: #2D2D2D. Windows color (decimal): -10216958 or 137828. OLE color: 137828.
HSL color Cylindrical-coordinate representation of color #641A02: hue angle of 14.69º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #641A02 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 26 | 2 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.61 |
| HSL | 14.69º | 0.96% | 0.2% | - |
| HSV(B) | 14.69º | 0.98% | 0.39% | - |
| XYZ | 5.64 | 3.45 | 0.43 | - |
| YUV | 45.39 | 103.52 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 26 | 2 | 0 | 0.74 | 0.98 | 0.61 | 14.69 | 0.96 | 0.2 |
| Hex | 64 | 1A | 2 | 0 | 4A | 62 | 3D | F | 60 | 14 |
| Octal | 144 | 32 | 2 | 0 | 112 | 142 | 75 | 17 | 140 | 24 |
| Binary | 1100100 | 11010 | 10 | 0 | 1001010 | 1100010 | 111101 | 1111 | 1100000 | 10100 |
Color Harmonies of #641A02
Complementary color
Monochromatic Colors of #641A02
Black with #641A02
Text Example
Text Example
White with #641A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641A02; }
p { color: rgb(100,26,2); }
H1.HeaderClassName
{
color: #641A02;
}
.AnyTagClassName
{
color: #641A02;
}
</style>
background-color css
<style>
a { background-color: #641A02; }
a { background-color: rgb(100,26,2); }
div.DivClassName
{
background-color: #641A02;
}
.BgClassName
{
background-color: #641A02;
}
</style>
border-color css
<style>
span { border-color: #641A02; }
span { border-color: rgb(100,26,2); }
td.TdClassName
{
border-color: #641A02;
}
.TagClassName
{
border-color: #641A02;
}
</style>