Shades of Red Oxide #6B1A14
Tints of Red Oxide #6B1A14
RGB
CMYK
RGB Variations
Color information
#6B1A14 (or 0x6B1A14) is known color: Red Oxide. HEX triplet: 6B, 1A and 14. RGB value is (107,26,20). Sum of RGB (Red+Green+Blue) = 107+26+20=153 (20% of max value = 765). Red value is 107 (42.19% from 255 or 69.93% from 153); Green value is 26 (10.55% from 255 or 16.99% from 153); Blue value is 20 (8.20% from 255 or 13.07% from 153); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B1A14 is #94E5EB. Grayscale: #313131. Windows color (decimal): -9758188 or 1317483. OLE color: 1317483.
HSL color Cylindrical-coordinate representation of color #6B1A14: hue angle of 4.14º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6B1A14 is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 26 | 20 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.58 |
| HSL | 4.14º | 0.69% | 0.25% | - |
| HSV(B) | 4.14º | 0.81% | 0.42% | - |
| XYZ | 6.56 | 3.92 | 1.07 | - |
| YUV | 49.54 | 111.34 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 26 | 20 | 0 | 0.76 | 0.81 | 0.58 | 4.14 | 0.69 | 0.25 |
| Hex | 6B | 1A | 14 | 0 | 4C | 51 | 3A | 4 | 45 | 19 |
| Octal | 153 | 32 | 24 | 0 | 114 | 121 | 72 | 4 | 105 | 31 |
| Binary | 1101011 | 11010 | 10100 | 0 | 1001100 | 1010001 | 111010 | 100 | 1000101 | 11001 |
Color Harmonies of #6B1A14
Complementary color
Monochromatic Colors of #6B1A14
Black with #6B1A14
Text Example
Text Example
White with #6B1A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1A14; }
p { color: rgb(107,26,20); }
H1.HeaderClassName
{
color: #6B1A14;
}
.AnyTagClassName
{
color: #6B1A14;
}
</style>
background-color css
<style>
a { background-color: #6B1A14; }
a { background-color: rgb(107,26,20); }
div.DivClassName
{
background-color: #6B1A14;
}
.BgClassName
{
background-color: #6B1A14;
}
</style>
border-color css
<style>
span { border-color: #6B1A14; }
span { border-color: rgb(107,26,20); }
td.TdClassName
{
border-color: #6B1A14;
}
.TagClassName
{
border-color: #6B1A14;
}
</style>