Shades of Red Oxide #63190C
Tints of Red Oxide #63190C
RGB
CMYK
RGB Variations
Color information
#63190C (or 0x63190C) is known color: Red Oxide. HEX triplet: 63, 19 and 0C. RGB value is (99,25,12). Sum of RGB (Red+Green+Blue) = 99+25+12=136 (18% of max value = 765). Red value is 99 (39.06% from 255 or 72.79% from 136); Green value is 25 (10.16% from 255 or 18.38% from 136); Blue value is 12 (5.08% from 255 or 8.82% from 136); Max value from RGB is 99 - color contains mainly: red. Hex color #63190C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63190C is #9CE6F3. Grayscale: #2D2D2D. Windows color (decimal): -10282740 or 792931. OLE color: 792931.
HSL color Cylindrical-coordinate representation of color #63190C: hue angle of 8.97º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #63190C is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 25 | 12 | - |
| CMYK | 0 | 0.75 | 0.88 | 0.61 |
| HSL | 8.97º | 0.78% | 0.22% | - |
| HSV(B) | 8.97º | 0.88% | 0.39% | - |
| XYZ | 5.56 | 3.37 | 0.71 | - |
| YUV | 45.64 | 109.02 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 25 | 12 | 0 | 0.75 | 0.88 | 0.61 | 8.97 | 0.78 | 0.22 |
| Hex | 63 | 19 | C | 0 | 4B | 58 | 3D | 9 | 4E | 16 |
| Octal | 143 | 31 | 14 | 0 | 113 | 130 | 75 | 11 | 116 | 26 |
| Binary | 1100011 | 11001 | 1100 | 0 | 1001011 | 1011000 | 111101 | 1001 | 1001110 | 10110 |
Color Harmonies of #63190C
Complementary color
Monochromatic Colors of #63190C
Black with #63190C
Text Example
Text Example
White with #63190C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63190C; }
p { color: rgb(99,25,12); }
H1.HeaderClassName
{
color: #63190C;
}
.AnyTagClassName
{
color: #63190C;
}
</style>
background-color css
<style>
a { background-color: #63190C; }
a { background-color: rgb(99,25,12); }
div.DivClassName
{
background-color: #63190C;
}
.BgClassName
{
background-color: #63190C;
}
</style>
border-color css
<style>
span { border-color: #63190C; }
span { border-color: rgb(99,25,12); }
td.TdClassName
{
border-color: #63190C;
}
.TagClassName
{
border-color: #63190C;
}
</style>