Shades of Red Oxide #63100C
Tints of Red Oxide #63100C
RGB
CMYK
RGB Variations
Color information
#63100C (or 0x63100C) is known color: Red Oxide. HEX triplet: 63, 10 and 0C. RGB value is (99,16,12). Sum of RGB (Red+Green+Blue) = 99+16+12=127 (16% of max value = 765). Red value is 99 (39.06% from 255 or 77.95% from 127); Green value is 16 (6.64% from 255 or 12.60% from 127); Blue value is 12 (5.08% from 255 or 9.45% from 127); Max value from RGB is 99 - color contains mainly: red. Hex color #63100C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63100C is #9CEFF3. Grayscale: #282828. Windows color (decimal): -10285044 or 790627. OLE color: 790627.
HSL color Cylindrical-coordinate representation of color #63100C: hue angle of 2.76º 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 #63100C is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 16 | 12 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.61 |
| HSL | 2.76º | 0.78% | 0.22% | - |
| HSV(B) | 2.76º | 0.88% | 0.39% | - |
| XYZ | 5.4 | 3.05 | 0.65 | - |
| YUV | 40.36 | 112 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 16 | 12 | 0 | 0.84 | 0.88 | 0.61 | 2.76 | 0.78 | 0.22 |
| Hex | 63 | 10 | C | 0 | 54 | 58 | 3D | 3 | 4E | 16 |
| Octal | 143 | 20 | 14 | 0 | 124 | 130 | 75 | 3 | 116 | 26 |
| Binary | 1100011 | 10000 | 1100 | 0 | 1010100 | 1011000 | 111101 | 11 | 1001110 | 10110 |
Color Harmonies of #63100C
Complementary color
Monochromatic Colors of #63100C
Black with #63100C
Text Example
Text Example
White with #63100C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63100C; }
p { color: rgb(99,16,12); }
H1.HeaderClassName
{
color: #63100C;
}
.AnyTagClassName
{
color: #63100C;
}
</style>
background-color css
<style>
a { background-color: #63100C; }
a { background-color: rgb(99,16,12); }
div.DivClassName
{
background-color: #63100C;
}
.BgClassName
{
background-color: #63100C;
}
</style>
border-color css
<style>
span { border-color: #63100C; }
span { border-color: rgb(99,16,12); }
td.TdClassName
{
border-color: #63100C;
}
.TagClassName
{
border-color: #63100C;
}
</style>