Shades of Red Oxide #621C12
Tints of Red Oxide #621C12
RGB
CMYK
RGB Variations
Color information
#621C12 (or 0x621C12) is known color: Red Oxide. HEX triplet: 62, 1C and 12. RGB value is (98,28,18). Sum of RGB (Red+Green+Blue) = 98+28+18=144 (19% of max value = 765). Red value is 98 (38.67% from 255 or 68.06% from 144); Green value is 28 (11.33% from 255 or 19.44% from 144); Blue value is 18 (7.42% from 255 or 12.5% from 144); Max value from RGB is 98 - color contains mainly: red. Hex color #621C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621C12 is #9DE3ED. Grayscale: #2F2F2F. Windows color (decimal): -10347502 or 1186914. OLE color: 1186914.
HSL color Cylindrical-coordinate representation of color #621C12: hue angle of 7.5º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #621C12 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 28 | 18 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.62 |
| HSL | 7.5º | 0.69% | 0.23% | - |
| HSV(B) | 7.5º | 0.82% | 0.38% | - |
| XYZ | 5.56 | 3.47 | 0.95 | - |
| YUV | 47.79 | 111.19 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 28 | 18 | 0 | 0.71 | 0.82 | 0.62 | 7.5 | 0.69 | 0.23 |
| Hex | 62 | 1C | 12 | 0 | 47 | 52 | 3E | 8 | 45 | 17 |
| Octal | 142 | 34 | 22 | 0 | 107 | 122 | 76 | 10 | 105 | 27 |
| Binary | 1100010 | 11100 | 10010 | 0 | 1000111 | 1010010 | 111110 | 1000 | 1000101 | 10111 |
Color Harmonies of #621C12
Complementary color
Monochromatic Colors of #621C12
Black with #621C12
Text Example
Text Example
White with #621C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621C12; }
p { color: rgb(98,28,18); }
H1.HeaderClassName
{
color: #621C12;
}
.AnyTagClassName
{
color: #621C12;
}
</style>
background-color css
<style>
a { background-color: #621C12; }
a { background-color: rgb(98,28,18); }
div.DivClassName
{
background-color: #621C12;
}
.BgClassName
{
background-color: #621C12;
}
</style>
border-color css
<style>
span { border-color: #621C12; }
span { border-color: rgb(98,28,18); }
td.TdClassName
{
border-color: #621C12;
}
.TagClassName
{
border-color: #621C12;
}
</style>