Shades of Red Oxide #63100B
Tints of Red Oxide #63100B
RGB
CMYK
RGB Variations
Color information
#63100B (or 0x63100B) is known color: Red Oxide. HEX triplet: 63, 10 and 0B. RGB value is (99,16,11). Sum of RGB (Red+Green+Blue) = 99+16+11=126 (16% of max value = 765). Red value is 99 (39.06% from 255 or 78.57% from 126); Green value is 16 (6.64% from 255 or 12.70% from 126); Blue value is 11 (4.69% from 255 or 8.73% from 126); Max value from RGB is 99 - color contains mainly: red. Hex color #63100B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63100B is #9CEFF4. Grayscale: #282828. Windows color (decimal): -10285045 or 725091. OLE color: 725091.
HSL color Cylindrical-coordinate representation of color #63100B: hue angle of 3.41º 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 #63100B is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 16 | 11 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.61 |
| HSL | 3.41º | 0.8% | 0.22% | - |
| HSV(B) | 3.41º | 0.89% | 0.39% | - |
| XYZ | 5.39 | 3.05 | 0.62 | - |
| YUV | 40.25 | 111.5 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 16 | 11 | 0 | 0.84 | 0.89 | 0.61 | 3.41 | 0.8 | 0.22 |
| Hex | 63 | 10 | B | 0 | 54 | 59 | 3D | 3 | 50 | 16 |
| Octal | 143 | 20 | 13 | 0 | 124 | 131 | 75 | 3 | 120 | 26 |
| Binary | 1100011 | 10000 | 1011 | 0 | 1010100 | 1011001 | 111101 | 11 | 1010000 | 10110 |
Color Harmonies of #63100B
Complementary color
Monochromatic Colors of #63100B
Black with #63100B
Text Example
Text Example
White with #63100B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63100B; }
p { color: rgb(99,16,11); }
H1.HeaderClassName
{
color: #63100B;
}
.AnyTagClassName
{
color: #63100B;
}
</style>
background-color css
<style>
a { background-color: #63100B; }
a { background-color: rgb(99,16,11); }
div.DivClassName
{
background-color: #63100B;
}
.BgClassName
{
background-color: #63100B;
}
</style>
border-color css
<style>
span { border-color: #63100B; }
span { border-color: rgb(99,16,11); }
td.TdClassName
{
border-color: #63100B;
}
.TagClassName
{
border-color: #63100B;
}
</style>