Shades of Red Oxide #6B1510
Tints of Red Oxide #6B1510
RGB
CMYK
RGB Variations
Color information
#6B1510 (or 0x6B1510) is known color: Red Oxide. HEX triplet: 6B, 15 and 10. RGB value is (107,21,16). Sum of RGB (Red+Green+Blue) = 107+21+16=144 (19% of max value = 765). Red value is 107 (42.19% from 255 or 74.31% from 144); Green value is 21 (8.59% from 255 or 14.58% from 144); Blue value is 16 (6.64% from 255 or 11.11% from 144); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1510 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B1510 is #94EAEF. Grayscale: #2E2E2E. Windows color (decimal): -9759472 or 1054059. OLE color: 1054059.
HSL color Cylindrical-coordinate representation of color #6B1510: hue angle of 3.3º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6B1510 is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 21 | 16 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.58 |
| HSL | 3.3º | 0.74% | 0.24% | - |
| HSV(B) | 3.3º | 0.85% | 0.42% | - |
| XYZ | 6.43 | 3.7 | 0.87 | - |
| YUV | 46.14 | 110.99 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 21 | 16 | 0 | 0.80 | 0.85 | 0.58 | 3.3 | 0.74 | 0.24 |
| Hex | 6B | 15 | 10 | 0 | 50 | 55 | 3A | 3 | 4A | 18 |
| Octal | 153 | 25 | 20 | 0 | 120 | 125 | 72 | 3 | 112 | 30 |
| Binary | 1101011 | 10101 | 10000 | 0 | 1010000 | 1010101 | 111010 | 11 | 1001010 | 11000 |
Color Harmonies of #6B1510
Complementary color
Monochromatic Colors of #6B1510
Black with #6B1510
Text Example
Text Example
White with #6B1510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1510; }
p { color: rgb(107,21,16); }
H1.HeaderClassName
{
color: #6B1510;
}
.AnyTagClassName
{
color: #6B1510;
}
</style>
background-color css
<style>
a { background-color: #6B1510; }
a { background-color: rgb(107,21,16); }
div.DivClassName
{
background-color: #6B1510;
}
.BgClassName
{
background-color: #6B1510;
}
</style>
border-color css
<style>
span { border-color: #6B1510; }
span { border-color: rgb(107,21,16); }
td.TdClassName
{
border-color: #6B1510;
}
.TagClassName
{
border-color: #6B1510;
}
</style>