Shades of Red Oxide #6B1910
Tints of Red Oxide #6B1910
RGB
CMYK
RGB Variations
Color information
#6B1910 (or 0x6B1910) is known color: Red Oxide. HEX triplet: 6B, 19 and 10. RGB value is (107,25,16). Sum of RGB (Red+Green+Blue) = 107+25+16=148 (19% of max value = 765). Red value is 107 (42.19% from 255 or 72.30% from 148); Green value is 25 (10.16% from 255 or 16.89% from 148); Blue value is 16 (6.64% from 255 or 10.81% from 148); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1910 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B1910 is #94E6EF. Grayscale: #303030. Windows color (decimal): -9758448 or 1055083. OLE color: 1055083.
HSL color Cylindrical-coordinate representation of color #6B1910: hue angle of 5.93º 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 #6B1910 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 25 | 16 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.58 |
| HSL | 5.93º | 0.74% | 0.24% | - |
| HSV(B) | 5.93º | 0.85% | 0.42% | - |
| XYZ | 6.5 | 3.86 | 0.89 | - |
| YUV | 48.49 | 109.67 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 25 | 16 | 0 | 0.77 | 0.85 | 0.58 | 5.93 | 0.74 | 0.24 |
| Hex | 6B | 19 | 10 | 0 | 4D | 55 | 3A | 6 | 4A | 18 |
| Octal | 153 | 31 | 20 | 0 | 115 | 125 | 72 | 6 | 112 | 30 |
| Binary | 1101011 | 11001 | 10000 | 0 | 1001101 | 1010101 | 111010 | 110 | 1001010 | 11000 |
Color Harmonies of #6B1910
Complementary color
Monochromatic Colors of #6B1910
Black with #6B1910
Text Example
Text Example
White with #6B1910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1910; }
p { color: rgb(107,25,16); }
H1.HeaderClassName
{
color: #6B1910;
}
.AnyTagClassName
{
color: #6B1910;
}
</style>
background-color css
<style>
a { background-color: #6B1910; }
a { background-color: rgb(107,25,16); }
div.DivClassName
{
background-color: #6B1910;
}
.BgClassName
{
background-color: #6B1910;
}
</style>
border-color css
<style>
span { border-color: #6B1910; }
span { border-color: rgb(107,25,16); }
td.TdClassName
{
border-color: #6B1910;
}
.TagClassName
{
border-color: #6B1910;
}
</style>