Shades of Red Oxide #611A12
Tints of Red Oxide #611A12
RGB
CMYK
RGB Variations
Color information
#611A12 (or 0x611A12) is known color: Red Oxide. HEX triplet: 61, 1A and 12. RGB value is (97,26,18). Sum of RGB (Red+Green+Blue) = 97+26+18=141 (18% of max value = 765). Red value is 97 (38.28% from 255 or 68.79% from 141); Green value is 26 (10.55% from 255 or 18.44% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 97 - color contains mainly: red. Hex color #611A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611A12 is #9EE5ED. Grayscale: #2E2E2E. Windows color (decimal): -10413550 or 1186401. OLE color: 1186401.
HSL color Cylindrical-coordinate representation of color #611A12: hue angle of 6.08º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #611A12 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 26 | 18 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.62 |
| HSL | 6.08º | 0.69% | 0.23% | - |
| HSV(B) | 6.08º | 0.81% | 0.38% | - |
| XYZ | 5.41 | 3.32 | 0.93 | - |
| YUV | 46.32 | 112.02 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 26 | 18 | 0 | 0.73 | 0.81 | 0.62 | 6.08 | 0.69 | 0.23 |
| Hex | 61 | 1A | 12 | 0 | 49 | 51 | 3E | 6 | 45 | 17 |
| Octal | 141 | 32 | 22 | 0 | 111 | 121 | 76 | 6 | 105 | 27 |
| Binary | 1100001 | 11010 | 10010 | 0 | 1001001 | 1010001 | 111110 | 110 | 1000101 | 10111 |
Color Harmonies of #611A12
Complementary color
Monochromatic Colors of #611A12
Black with #611A12
Text Example
Text Example
White with #611A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611A12; }
p { color: rgb(97,26,18); }
H1.HeaderClassName
{
color: #611A12;
}
.AnyTagClassName
{
color: #611A12;
}
</style>
background-color css
<style>
a { background-color: #611A12; }
a { background-color: rgb(97,26,18); }
div.DivClassName
{
background-color: #611A12;
}
.BgClassName
{
background-color: #611A12;
}
</style>
border-color css
<style>
span { border-color: #611A12; }
span { border-color: rgb(97,26,18); }
td.TdClassName
{
border-color: #611A12;
}
.TagClassName
{
border-color: #611A12;
}
</style>