Shades of Red Oxide #63180B
Tints of Red Oxide #63180B
RGB
CMYK
RGB Variations
Color information
#63180B (or 0x63180B) is known color: Red Oxide. HEX triplet: 63, 18 and 0B. RGB value is (99,24,11). Sum of RGB (Red+Green+Blue) = 99+24+11=134 (17% of max value = 765). Red value is 99 (39.06% from 255 or 73.88% from 134); Green value is 24 (9.77% from 255 or 17.91% from 134); Blue value is 11 (4.69% from 255 or 8.21% from 134); Max value from RGB is 99 - color contains mainly: red. Hex color #63180B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63180B is #9CE7F4. Grayscale: #2D2D2D. Windows color (decimal): -10282997 or 727139. OLE color: 727139.
HSL color Cylindrical-coordinate representation of color #63180B: hue angle of 8.86º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #63180B is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 24 | 11 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.61 |
| HSL | 8.86º | 0.8% | 0.22% | - |
| HSV(B) | 8.86º | 0.89% | 0.39% | - |
| XYZ | 5.53 | 3.33 | 0.67 | - |
| YUV | 44.94 | 108.85 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 24 | 11 | 0 | 0.76 | 0.89 | 0.61 | 8.86 | 0.8 | 0.22 |
| Hex | 63 | 18 | B | 0 | 4C | 59 | 3D | 9 | 50 | 16 |
| Octal | 143 | 30 | 13 | 0 | 114 | 131 | 75 | 11 | 120 | 26 |
| Binary | 1100011 | 11000 | 1011 | 0 | 1001100 | 1011001 | 111101 | 1001 | 1010000 | 10110 |
Color Harmonies of #63180B
Complementary color
Monochromatic Colors of #63180B
Black with #63180B
Text Example
Text Example
White with #63180B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63180B; }
p { color: rgb(99,24,11); }
H1.HeaderClassName
{
color: #63180B;
}
.AnyTagClassName
{
color: #63180B;
}
</style>
background-color css
<style>
a { background-color: #63180B; }
a { background-color: rgb(99,24,11); }
div.DivClassName
{
background-color: #63180B;
}
.BgClassName
{
background-color: #63180B;
}
</style>
border-color css
<style>
span { border-color: #63180B; }
span { border-color: rgb(99,24,11); }
td.TdClassName
{
border-color: #63180B;
}
.TagClassName
{
border-color: #63180B;
}
</style>