Shades of Red Oxide #67150F
Tints of Red Oxide #67150F
RGB
CMYK
RGB Variations
Color information
#67150F (or 0x67150F) is known color: Red Oxide. HEX triplet: 67, 15 and 0F. RGB value is (103,21,15). Sum of RGB (Red+Green+Blue) = 103+21+15=139 (18% of max value = 765). Red value is 103 (40.62% from 255 or 74.10% from 139); Green value is 21 (8.59% from 255 or 15.11% from 139); Blue value is 15 (6.25% from 255 or 10.79% from 139); Max value from RGB is 103 - color contains mainly: red. Hex color #67150F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #67150F is #98EAF0. Grayscale: #2C2C2C. Windows color (decimal): -10021617 or 988519. OLE color: 988519.
HSL color Cylindrical-coordinate representation of color #67150F: hue angle of 4.09º 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 #67150F is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 21 | 15 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.60 |
| HSL | 4.09º | 0.75% | 0.23% | - |
| HSV(B) | 4.09º | 0.85% | 0.4% | - |
| XYZ | 5.95 | 3.45 | 0.81 | - |
| YUV | 44.83 | 111.17 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 21 | 15 | 0 | 0.80 | 0.85 | 0.60 | 4.09 | 0.75 | 0.23 |
| Hex | 67 | 15 | F | 0 | 50 | 55 | 3C | 4 | 4B | 17 |
| Octal | 147 | 25 | 17 | 0 | 120 | 125 | 74 | 4 | 113 | 27 |
| Binary | 1100111 | 10101 | 1111 | 0 | 1010000 | 1010101 | 111100 | 100 | 1001011 | 10111 |
Color Harmonies of #67150F
Complementary color
Monochromatic Colors of #67150F
Black with #67150F
Text Example
Text Example
White with #67150F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67150F; }
p { color: rgb(103,21,15); }
H1.HeaderClassName
{
color: #67150F;
}
.AnyTagClassName
{
color: #67150F;
}
</style>
background-color css
<style>
a { background-color: #67150F; }
a { background-color: rgb(103,21,15); }
div.DivClassName
{
background-color: #67150F;
}
.BgClassName
{
background-color: #67150F;
}
</style>
border-color css
<style>
span { border-color: #67150F; }
span { border-color: rgb(103,21,15); }
td.TdClassName
{
border-color: #67150F;
}
.TagClassName
{
border-color: #67150F;
}
</style>