Shades of Red Oxide #63180F
Tints of Red Oxide #63180F
RGB
CMYK
RGB Variations
Color information
#63180F (or 0x63180F) is known color: Red Oxide. HEX triplet: 63, 18 and 0F. RGB value is (99,24,15). Sum of RGB (Red+Green+Blue) = 99+24+15=138 (18% of max value = 765). Red value is 99 (39.06% from 255 or 71.74% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 15 (6.25% from 255 or 10.87% from 138); Max value from RGB is 99 - color contains mainly: red. Hex color #63180F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63180F is #9CE7F0. Grayscale: #2D2D2D. Windows color (decimal): -10282993 or 989283. OLE color: 989283.
HSL color Cylindrical-coordinate representation of color #63180F: hue angle of 6.43º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #63180F is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 24 | 15 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.61 |
| HSL | 6.43º | 0.74% | 0.22% | - |
| HSV(B) | 6.43º | 0.85% | 0.39% | - |
| XYZ | 5.56 | 3.34 | 0.8 | - |
| YUV | 45.4 | 110.85 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 24 | 15 | 0 | 0.76 | 0.85 | 0.61 | 6.43 | 0.74 | 0.22 |
| Hex | 63 | 18 | F | 0 | 4C | 55 | 3D | 6 | 4A | 16 |
| Octal | 143 | 30 | 17 | 0 | 114 | 125 | 75 | 6 | 112 | 26 |
| Binary | 1100011 | 11000 | 1111 | 0 | 1001100 | 1010101 | 111101 | 110 | 1001010 | 10110 |
Color Harmonies of #63180F
Complementary color
Monochromatic Colors of #63180F
Black with #63180F
Text Example
Text Example
White with #63180F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63180F; }
p { color: rgb(99,24,15); }
H1.HeaderClassName
{
color: #63180F;
}
.AnyTagClassName
{
color: #63180F;
}
</style>
background-color css
<style>
a { background-color: #63180F; }
a { background-color: rgb(99,24,15); }
div.DivClassName
{
background-color: #63180F;
}
.BgClassName
{
background-color: #63180F;
}
</style>
border-color css
<style>
span { border-color: #63180F; }
span { border-color: rgb(99,24,15); }
td.TdClassName
{
border-color: #63180F;
}
.TagClassName
{
border-color: #63180F;
}
</style>