Shades of Red Oxide #63180C
Tints of Red Oxide #63180C
RGB
CMYK
RGB Variations
Color information
#63180C (or 0x63180C) is known color: Red Oxide. HEX triplet: 63, 18 and 0C. RGB value is (99,24,12). Sum of RGB (Red+Green+Blue) = 99+24+12=135 (17% of max value = 765). Red value is 99 (39.06% from 255 or 73.33% from 135); Green value is 24 (9.77% from 255 or 17.78% from 135); Blue value is 12 (5.08% from 255 or 8.89% from 135); Max value from RGB is 99 - color contains mainly: red. Hex color #63180C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63180C is #9CE7F3. Grayscale: #2D2D2D. Windows color (decimal): -10282996 or 792675. OLE color: 792675.
HSL color Cylindrical-coordinate representation of color #63180C: hue angle of 8.28º 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 #63180C is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 24 | 12 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.61 |
| HSL | 8.28º | 0.78% | 0.22% | - |
| HSV(B) | 8.28º | 0.88% | 0.39% | - |
| XYZ | 5.54 | 3.33 | 0.7 | - |
| YUV | 45.06 | 109.35 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 24 | 12 | 0 | 0.76 | 0.88 | 0.61 | 8.28 | 0.78 | 0.22 |
| Hex | 63 | 18 | C | 0 | 4C | 58 | 3D | 8 | 4E | 16 |
| Octal | 143 | 30 | 14 | 0 | 114 | 130 | 75 | 10 | 116 | 26 |
| Binary | 1100011 | 11000 | 1100 | 0 | 1001100 | 1011000 | 111101 | 1000 | 1001110 | 10110 |
Color Harmonies of #63180C
Complementary color
Monochromatic Colors of #63180C
Black with #63180C
Text Example
Text Example
White with #63180C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63180C; }
p { color: rgb(99,24,12); }
H1.HeaderClassName
{
color: #63180C;
}
.AnyTagClassName
{
color: #63180C;
}
</style>
background-color css
<style>
a { background-color: #63180C; }
a { background-color: rgb(99,24,12); }
div.DivClassName
{
background-color: #63180C;
}
.BgClassName
{
background-color: #63180C;
}
</style>
border-color css
<style>
span { border-color: #63180C; }
span { border-color: rgb(99,24,12); }
td.TdClassName
{
border-color: #63180C;
}
.TagClassName
{
border-color: #63180C;
}
</style>