Shades of Red Oxide #67100F
Tints of Red Oxide #67100F
RGB
CMYK
RGB Variations
Color information
#67100F (or 0x67100F) is known color: Red Oxide. HEX triplet: 67, 10 and 0F. RGB value is (103,16,15). Sum of RGB (Red+Green+Blue) = 103+16+15=134 (17% of max value = 765). Red value is 103 (40.62% from 255 or 76.87% from 134); Green value is 16 (6.64% from 255 or 11.94% from 134); Blue value is 15 (6.25% from 255 or 11.19% from 134); Max value from RGB is 103 - color contains mainly: red. Hex color #67100F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #67100F is #98EFF0. Grayscale: #292929. Windows color (decimal): -10022897 or 987239. OLE color: 987239.
HSL color Cylindrical-coordinate representation of color #67100F: hue angle of 0.68º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #67100F is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 16 | 15 | - |
| CMYK | 0 | 0.84 | 0.85 | 0.60 |
| HSL | 0.68º | 0.75% | 0.23% | - |
| HSV(B) | 0.68º | 0.85% | 0.4% | - |
| XYZ | 5.87 | 3.29 | 0.78 | - |
| YUV | 41.9 | 112.82 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 16 | 15 | 0 | 0.84 | 0.85 | 0.60 | 0.68 | 0.75 | 0.23 |
| Hex | 67 | 10 | F | 0 | 54 | 55 | 3C | 1 | 4B | 17 |
| Octal | 147 | 20 | 17 | 0 | 124 | 125 | 74 | 1 | 113 | 27 |
| Binary | 1100111 | 10000 | 1111 | 0 | 1010100 | 1010101 | 111100 | 1 | 1001011 | 10111 |
Color Harmonies of #67100F
Complementary color
Monochromatic Colors of #67100F
Black with #67100F
Text Example
Text Example
White with #67100F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67100F; }
p { color: rgb(103,16,15); }
H1.HeaderClassName
{
color: #67100F;
}
.AnyTagClassName
{
color: #67100F;
}
</style>
background-color css
<style>
a { background-color: #67100F; }
a { background-color: rgb(103,16,15); }
div.DivClassName
{
background-color: #67100F;
}
.BgClassName
{
background-color: #67100F;
}
</style>
border-color css
<style>
span { border-color: #67100F; }
span { border-color: rgb(103,16,15); }
td.TdClassName
{
border-color: #67100F;
}
.TagClassName
{
border-color: #67100F;
}
</style>