Shades of Red Oxide #610B05
Tints of Red Oxide #610B05
RGB
CMYK
RGB Variations
Color information
#610B05 (or 0x610B05) is known color: Red Oxide. HEX triplet: 61, 0B and 05. RGB value is (97,11,5). Sum of RGB (Red+Green+Blue) = 97+11+5=113 (14% of max value = 765). Red value is 97 (38.28% from 255 or 85.84% from 113); Green value is 11 (4.69% from 255 or 9.73% from 113); Blue value is 5 (2.34% from 255 or 4.42% from 113); Max value from RGB is 97 - color contains mainly: red. Hex color #610B05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610B05 is #9EF4FA. Grayscale: #242424. Windows color (decimal): -10417403 or 330593. OLE color: 330593.
HSL color Cylindrical-coordinate representation of color #610B05: hue angle of 3.91º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #610B05 is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 11 | 5 | - |
| CMYK | 0 | 0.89 | 0.95 | 0.62 |
| HSL | 3.91º | 0.9% | 0.2% | - |
| HSV(B) | 3.91º | 0.95% | 0.38% | - |
| XYZ | 5.08 | 2.79 | 0.41 | - |
| YUV | 36.03 | 110.49 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 11 | 5 | 0 | 0.89 | 0.95 | 0.62 | 3.91 | 0.9 | 0.2 |
| Hex | 61 | B | 5 | 0 | 59 | 5F | 3E | 4 | 5A | 14 |
| Octal | 141 | 13 | 5 | 0 | 131 | 137 | 76 | 4 | 132 | 24 |
| Binary | 1100001 | 1011 | 101 | 0 | 1011001 | 1011111 | 111110 | 100 | 1011010 | 10100 |
Color Harmonies of #610B05
Complementary color
Monochromatic Colors of #610B05
Black with #610B05
Text Example
Text Example
White with #610B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610B05; }
p { color: rgb(97,11,5); }
H1.HeaderClassName
{
color: #610B05;
}
.AnyTagClassName
{
color: #610B05;
}
</style>
background-color css
<style>
a { background-color: #610B05; }
a { background-color: rgb(97,11,5); }
div.DivClassName
{
background-color: #610B05;
}
.BgClassName
{
background-color: #610B05;
}
</style>
border-color css
<style>
span { border-color: #610B05; }
span { border-color: rgb(97,11,5); }
td.TdClassName
{
border-color: #610B05;
}
.TagClassName
{
border-color: #610B05;
}
</style>