Shades of Red Oxide #6B1A0D
Tints of Red Oxide #6B1A0D
RGB
CMYK
RGB Variations
Color information
#6B1A0D (or 0x6B1A0D) is known color: Red Oxide. HEX triplet: 6B, 1A and 0D. RGB value is (107,26,13). Sum of RGB (Red+Green+Blue) = 107+26+13=146 (19% of max value = 765). Red value is 107 (42.19% from 255 or 73.29% from 146); Green value is 26 (10.55% from 255 or 17.81% from 146); Blue value is 13 (5.47% from 255 or 8.90% from 146); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B1A0D is #94E5F2. Grayscale: #303030. Windows color (decimal): -9758195 or 858731. OLE color: 858731.
HSL color Cylindrical-coordinate representation of color #6B1A0D: hue angle of 8.3º degrees, saturation: 0.78, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6B1A0D is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 26 | 13 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.58 |
| HSL | 8.3º | 0.78% | 0.24% | - |
| HSV(B) | 8.3º | 0.88% | 0.42% | - |
| XYZ | 6.51 | 3.89 | 0.79 | - |
| YUV | 48.74 | 107.84 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 26 | 13 | 0 | 0.76 | 0.88 | 0.58 | 8.3 | 0.78 | 0.24 |
| Hex | 6B | 1A | D | 0 | 4C | 58 | 3A | 8 | 4E | 18 |
| Octal | 153 | 32 | 15 | 0 | 114 | 130 | 72 | 10 | 116 | 30 |
| Binary | 1101011 | 11010 | 1101 | 0 | 1001100 | 1011000 | 111010 | 1000 | 1001110 | 11000 |
Color Harmonies of #6B1A0D
Complementary color
Monochromatic Colors of #6B1A0D
Black with #6B1A0D
Text Example
Text Example
White with #6B1A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1A0D; }
p { color: rgb(107,26,13); }
H1.HeaderClassName
{
color: #6B1A0D;
}
.AnyTagClassName
{
color: #6B1A0D;
}
</style>
background-color css
<style>
a { background-color: #6B1A0D; }
a { background-color: rgb(107,26,13); }
div.DivClassName
{
background-color: #6B1A0D;
}
.BgClassName
{
background-color: #6B1A0D;
}
</style>
border-color css
<style>
span { border-color: #6B1A0D; }
span { border-color: rgb(107,26,13); }
td.TdClassName
{
border-color: #6B1A0D;
}
.TagClassName
{
border-color: #6B1A0D;
}
</style>