Shades of Red Oxide #67150B
Tints of Red Oxide #67150B
RGB
CMYK
RGB Variations
Color information
#67150B (or 0x67150B) is known color: Red Oxide. HEX triplet: 67, 15 and 0B. RGB value is (103,21,11). Sum of RGB (Red+Green+Blue) = 103+21+11=135 (17% of max value = 765). Red value is 103 (40.62% from 255 or 76.30% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 11 (4.69% from 255 or 8.15% from 135); Max value from RGB is 103 - color contains mainly: red. Hex color #67150B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #67150B is #98EAF4. Grayscale: #2C2C2C. Windows color (decimal): -10021621 or 726375. OLE color: 726375.
HSL color Cylindrical-coordinate representation of color #67150B: hue angle of 6.52º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #67150B is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 21 | 11 | - |
| CMYK | 0 | 0.80 | 0.89 | 0.60 |
| HSL | 6.52º | 0.81% | 0.22% | - |
| HSV(B) | 6.52º | 0.89% | 0.4% | - |
| XYZ | 5.92 | 3.44 | 0.67 | - |
| YUV | 44.38 | 109.17 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 21 | 11 | 0 | 0.80 | 0.89 | 0.60 | 6.52 | 0.81 | 0.22 |
| Hex | 67 | 15 | B | 0 | 50 | 59 | 3C | 7 | 51 | 16 |
| Octal | 147 | 25 | 13 | 0 | 120 | 131 | 74 | 7 | 121 | 26 |
| Binary | 1100111 | 10101 | 1011 | 0 | 1010000 | 1011001 | 111100 | 111 | 1010001 | 10110 |
Color Harmonies of #67150B
Complementary color
Monochromatic Colors of #67150B
Black with #67150B
Text Example
Text Example
White with #67150B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67150B; }
p { color: rgb(103,21,11); }
H1.HeaderClassName
{
color: #67150B;
}
.AnyTagClassName
{
color: #67150B;
}
</style>
background-color css
<style>
a { background-color: #67150B; }
a { background-color: rgb(103,21,11); }
div.DivClassName
{
background-color: #67150B;
}
.BgClassName
{
background-color: #67150B;
}
</style>
border-color css
<style>
span { border-color: #67150B; }
span { border-color: rgb(103,21,11); }
td.TdClassName
{
border-color: #67150B;
}
.TagClassName
{
border-color: #67150B;
}
</style>