Shades of Red Oxide #610D03
Tints of Red Oxide #610D03
RGB
CMYK
RGB Variations
Color information
#610D03 (or 0x610D03) is known color: Red Oxide. HEX triplet: 61, 0D and 03. RGB value is (97,13,3). Sum of RGB (Red+Green+Blue) = 97+13+3=113 (14% of max value = 765). Red value is 97 (38.28% from 255 or 85.84% from 113); Green value is 13 (5.47% from 255 or 11.50% from 113); Blue value is 3 (1.56% from 255 or 2.65% from 113); Max value from RGB is 97 - color contains mainly: red. Hex color #610D03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610D03 is #9EF2FC. Grayscale: #252525. Windows color (decimal): -10416893 or 200033. OLE color: 200033.
HSL color Cylindrical-coordinate representation of color #610D03: hue angle of 6.38º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #610D03 is Cyan = 0, Magento = 0.87, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 13 | 3 | - |
| CMYK | 0 | 0.87 | 0.97 | 0.62 |
| HSL | 6.38º | 0.94% | 0.2% | - |
| HSV(B) | 6.38º | 0.97% | 0.38% | - |
| XYZ | 5.09 | 2.84 | 0.37 | - |
| YUV | 36.98 | 108.83 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 13 | 3 | 0 | 0.87 | 0.97 | 0.62 | 6.38 | 0.94 | 0.2 |
| Hex | 61 | D | 3 | 0 | 57 | 61 | 3E | 6 | 5E | 14 |
| Octal | 141 | 15 | 3 | 0 | 127 | 141 | 76 | 6 | 136 | 24 |
| Binary | 1100001 | 1101 | 11 | 0 | 1010111 | 1100001 | 111110 | 110 | 1011110 | 10100 |
Color Harmonies of #610D03
Complementary color
Monochromatic Colors of #610D03
Black with #610D03
Text Example
Text Example
White with #610D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610D03; }
p { color: rgb(97,13,3); }
H1.HeaderClassName
{
color: #610D03;
}
.AnyTagClassName
{
color: #610D03;
}
</style>
background-color css
<style>
a { background-color: #610D03; }
a { background-color: rgb(97,13,3); }
div.DivClassName
{
background-color: #610D03;
}
.BgClassName
{
background-color: #610D03;
}
</style>
border-color css
<style>
span { border-color: #610D03; }
span { border-color: rgb(97,13,3); }
td.TdClassName
{
border-color: #610D03;
}
.TagClassName
{
border-color: #610D03;
}
</style>