Shades of Red Oxide #611C12
Tints of Red Oxide #611C12
RGB
CMYK
RGB Variations
Color information
#611C12 (or 0x611C12) is known color: Red Oxide. HEX triplet: 61, 1C and 12. RGB value is (97,28,18). Sum of RGB (Red+Green+Blue) = 97+28+18=143 (18% of max value = 765). Red value is 97 (38.28% from 255 or 67.83% from 143); Green value is 28 (11.33% from 255 or 19.58% from 143); Blue value is 18 (7.42% from 255 or 12.59% from 143); Max value from RGB is 97 - color contains mainly: red. Hex color #611C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611C12 is #9EE3ED. Grayscale: #2F2F2F. Windows color (decimal): -10413038 or 1186913. OLE color: 1186913.
HSL color Cylindrical-coordinate representation of color #611C12: hue angle of 7.59º 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 #611C12 is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 28 | 18 | - |
| CMYK | 0 | 0.71 | 0.81 | 0.62 |
| HSL | 7.59º | 0.69% | 0.23% | - |
| HSV(B) | 7.59º | 0.81% | 0.38% | - |
| XYZ | 5.45 | 3.42 | 0.94 | - |
| YUV | 47.49 | 111.36 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 28 | 18 | 0 | 0.71 | 0.81 | 0.62 | 7.59 | 0.69 | 0.23 |
| Hex | 61 | 1C | 12 | 0 | 47 | 51 | 3E | 8 | 45 | 17 |
| Octal | 141 | 34 | 22 | 0 | 107 | 121 | 76 | 10 | 105 | 27 |
| Binary | 1100001 | 11100 | 10010 | 0 | 1000111 | 1010001 | 111110 | 1000 | 1000101 | 10111 |
Color Harmonies of #611C12
Complementary color
Monochromatic Colors of #611C12
Black with #611C12
Text Example
Text Example
White with #611C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611C12; }
p { color: rgb(97,28,18); }
H1.HeaderClassName
{
color: #611C12;
}
.AnyTagClassName
{
color: #611C12;
}
</style>
background-color css
<style>
a { background-color: #611C12; }
a { background-color: rgb(97,28,18); }
div.DivClassName
{
background-color: #611C12;
}
.BgClassName
{
background-color: #611C12;
}
</style>
border-color css
<style>
span { border-color: #611C12; }
span { border-color: rgb(97,28,18); }
td.TdClassName
{
border-color: #611C12;
}
.TagClassName
{
border-color: #611C12;
}
</style>