Shades of Red Oxide #67100D
Tints of Red Oxide #67100D
RGB
CMYK
RGB Variations
Color information
#67100D (or 0x67100D) is known color: Red Oxide. HEX triplet: 67, 10 and 0D. RGB value is (103,16,13). Sum of RGB (Red+Green+Blue) = 103+16+13=132 (17% of max value = 765). Red value is 103 (40.62% from 255 or 78.03% from 132); Green value is 16 (6.64% from 255 or 12.12% from 132); Blue value is 13 (5.47% from 255 or 9.85% from 132); Max value from RGB is 103 - color contains mainly: red. Hex color #67100D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #67100D is #98EFF2. Grayscale: #292929. Windows color (decimal): -10022899 or 856167. OLE color: 856167.
HSL color Cylindrical-coordinate representation of color #67100D: hue angle of 2º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #67100D is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 16 | 13 | - |
| CMYK | 0 | 0.84 | 0.87 | 0.60 |
| HSL | 2º | 0.78% | 0.23% | - |
| HSV(B) | 2º | 0.87% | 0.4% | - |
| XYZ | 5.85 | 3.28 | 0.71 | - |
| YUV | 41.67 | 111.82 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 16 | 13 | 0 | 0.84 | 0.87 | 0.60 | 2 | 0.78 | 0.23 |
| Hex | 67 | 10 | D | 0 | 54 | 57 | 3C | 2 | 4E | 17 |
| Octal | 147 | 20 | 15 | 0 | 124 | 127 | 74 | 2 | 116 | 27 |
| Binary | 1100111 | 10000 | 1101 | 0 | 1010100 | 1010111 | 111100 | 10 | 1001110 | 10111 |
Color Harmonies of #67100D
Complementary color
Monochromatic Colors of #67100D
Black with #67100D
Text Example
Text Example
White with #67100D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67100D; }
p { color: rgb(103,16,13); }
H1.HeaderClassName
{
color: #67100D;
}
.AnyTagClassName
{
color: #67100D;
}
</style>
background-color css
<style>
a { background-color: #67100D; }
a { background-color: rgb(103,16,13); }
div.DivClassName
{
background-color: #67100D;
}
.BgClassName
{
background-color: #67100D;
}
</style>
border-color css
<style>
span { border-color: #67100D; }
span { border-color: rgb(103,16,13); }
td.TdClassName
{
border-color: #67100D;
}
.TagClassName
{
border-color: #67100D;
}
</style>