Shades of Red Oxide #630A09
Tints of Red Oxide #630A09
RGB
CMYK
RGB Variations
Color information
#630A09 (or 0x630A09) is known color: Red Oxide. HEX triplet: 63, 0A and 09. RGB value is (99,10,9). Sum of RGB (Red+Green+Blue) = 99+10+9=118 (15% of max value = 765). Red value is 99 (39.06% from 255 or 83.90% from 118); Green value is 10 (4.30% from 255 or 8.47% from 118); Blue value is 9 (3.91% from 255 or 7.63% from 118); Max value from RGB is 99 - color contains mainly: red. Hex color #630A09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630A09 is #9CF5F6. Grayscale: #242424. Windows color (decimal): -10286583 or 592483. OLE color: 592483.
HSL color Cylindrical-coordinate representation of color #630A09: hue angle of 0.67º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #630A09 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 10 | 9 | - |
| CMYK | 0 | 0.90 | 0.91 | 0.61 |
| HSL | 0.67º | 0.83% | 0.21% | - |
| HSV(B) | 0.67º | 0.91% | 0.39% | - |
| XYZ | 5.3 | 2.89 | 0.54 | - |
| YUV | 36.5 | 112.49 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 10 | 9 | 0 | 0.90 | 0.91 | 0.61 | 0.67 | 0.83 | 0.21 |
| Hex | 63 | A | 9 | 0 | 5A | 5B | 3D | 1 | 53 | 15 |
| Octal | 143 | 12 | 11 | 0 | 132 | 133 | 75 | 1 | 123 | 25 |
| Binary | 1100011 | 1010 | 1001 | 0 | 1011010 | 1011011 | 111101 | 1 | 1010011 | 10101 |
Color Harmonies of #630A09
Complementary color
Monochromatic Colors of #630A09
Black with #630A09
Text Example
Text Example
White with #630A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630A09; }
p { color: rgb(99,10,9); }
H1.HeaderClassName
{
color: #630A09;
}
.AnyTagClassName
{
color: #630A09;
}
</style>
background-color css
<style>
a { background-color: #630A09; }
a { background-color: rgb(99,10,9); }
div.DivClassName
{
background-color: #630A09;
}
.BgClassName
{
background-color: #630A09;
}
</style>
border-color css
<style>
span { border-color: #630A09; }
span { border-color: rgb(99,10,9); }
td.TdClassName
{
border-color: #630A09;
}
.TagClassName
{
border-color: #630A09;
}
</style>