Shades of Red Oxide #63130C
Tints of Red Oxide #63130C
RGB
CMYK
RGB Variations
Color information
#63130C (or 0x63130C) is known color: Red Oxide. HEX triplet: 63, 13 and 0C. RGB value is (99,19,12). Sum of RGB (Red+Green+Blue) = 99+19+12=130 (17% of max value = 765). Red value is 99 (39.06% from 255 or 76.15% from 130); Green value is 19 (7.81% from 255 or 14.62% from 130); Blue value is 12 (5.08% from 255 or 9.23% from 130); Max value from RGB is 99 - color contains mainly: red. Hex color #63130C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63130C is #9CECF3. Grayscale: #2A2A2A. Windows color (decimal): -10284276 or 791395. OLE color: 791395.
HSL color Cylindrical-coordinate representation of color #63130C: hue angle of 4.83º 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 #63130C is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 19 | 12 | - |
| CMYK | 0 | 0.81 | 0.88 | 0.61 |
| HSL | 4.83º | 0.78% | 0.22% | - |
| HSV(B) | 4.83º | 0.88% | 0.39% | - |
| XYZ | 5.44 | 3.14 | 0.67 | - |
| YUV | 42.12 | 111 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 19 | 12 | 0 | 0.81 | 0.88 | 0.61 | 4.83 | 0.78 | 0.22 |
| Hex | 63 | 13 | C | 0 | 51 | 58 | 3D | 5 | 4E | 16 |
| Octal | 143 | 23 | 14 | 0 | 121 | 130 | 75 | 5 | 116 | 26 |
| Binary | 1100011 | 10011 | 1100 | 0 | 1010001 | 1011000 | 111101 | 101 | 1001110 | 10110 |
Color Harmonies of #63130C
Complementary color
Monochromatic Colors of #63130C
Black with #63130C
Text Example
Text Example
White with #63130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63130C; }
p { color: rgb(99,19,12); }
H1.HeaderClassName
{
color: #63130C;
}
.AnyTagClassName
{
color: #63130C;
}
</style>
background-color css
<style>
a { background-color: #63130C; }
a { background-color: rgb(99,19,12); }
div.DivClassName
{
background-color: #63130C;
}
.BgClassName
{
background-color: #63130C;
}
</style>
border-color css
<style>
span { border-color: #63130C; }
span { border-color: rgb(99,19,12); }
td.TdClassName
{
border-color: #63130C;
}
.TagClassName
{
border-color: #63130C;
}
</style>