Shades of Red Oxide #63180D
Tints of Red Oxide #63180D
RGB
CMYK
RGB Variations
Color information
#63180D (or 0x63180D) is known color: Red Oxide. HEX triplet: 63, 18 and 0D. RGB value is (99,24,13). Sum of RGB (Red+Green+Blue) = 99+24+13=136 (18% of max value = 765). Red value is 99 (39.06% from 255 or 72.79% from 136); Green value is 24 (9.77% from 255 or 17.65% from 136); Blue value is 13 (5.47% from 255 or 9.56% from 136); Max value from RGB is 99 - color contains mainly: red. Hex color #63180D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63180D is #9CE7F2. Grayscale: #2D2D2D. Windows color (decimal): -10282995 or 858211. OLE color: 858211.
HSL color Cylindrical-coordinate representation of color #63180D: hue angle of 7.67º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #63180D is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 24 | 13 | - |
| CMYK | 0 | 0.76 | 0.87 | 0.61 |
| HSL | 7.67º | 0.77% | 0.22% | - |
| HSV(B) | 7.67º | 0.87% | 0.39% | - |
| XYZ | 5.54 | 3.33 | 0.73 | - |
| YUV | 45.17 | 109.85 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 24 | 13 | 0 | 0.76 | 0.87 | 0.61 | 7.67 | 0.77 | 0.22 |
| Hex | 63 | 18 | D | 0 | 4C | 57 | 3D | 8 | 4D | 16 |
| Octal | 143 | 30 | 15 | 0 | 114 | 127 | 75 | 10 | 115 | 26 |
| Binary | 1100011 | 11000 | 1101 | 0 | 1001100 | 1010111 | 111101 | 1000 | 1001101 | 10110 |
Color Harmonies of #63180D
Complementary color
Monochromatic Colors of #63180D
Black with #63180D
Text Example
Text Example
White with #63180D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63180D; }
p { color: rgb(99,24,13); }
H1.HeaderClassName
{
color: #63180D;
}
.AnyTagClassName
{
color: #63180D;
}
</style>
background-color css
<style>
a { background-color: #63180D; }
a { background-color: rgb(99,24,13); }
div.DivClassName
{
background-color: #63180D;
}
.BgClassName
{
background-color: #63180D;
}
</style>
border-color css
<style>
span { border-color: #63180D; }
span { border-color: rgb(99,24,13); }
td.TdClassName
{
border-color: #63180D;
}
.TagClassName
{
border-color: #63180D;
}
</style>