Shades of Red Oxide #6B211A
Tints of Red Oxide #6B211A
RGB
CMYK
RGB Variations
Color information
#6B211A (or 0x6B211A) is known color: Red Oxide. HEX triplet: 6B, 21 and 1A. RGB value is (107,33,26). Sum of RGB (Red+Green+Blue) = 107+33+26=166 (21% of max value = 765). Red value is 107 (42.19% from 255 or 64.46% from 166); Green value is 33 (13.28% from 255 or 19.88% from 166); Blue value is 26 (10.55% from 255 or 15.66% from 166); Max value from RGB is 107 - color contains mainly: red. Hex color #6B211A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B211A is #94DEE5. Grayscale: #363636. Windows color (decimal): -9756390 or 1712491. OLE color: 1712491.
HSL color Cylindrical-coordinate representation of color #6B211A: hue angle of 5.19º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6B211A is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 33 | 26 | - |
| CMYK | 0 | 0.69 | 0.76 | 0.58 |
| HSL | 5.19º | 0.61% | 0.26% | - |
| HSV(B) | 5.19º | 0.76% | 0.42% | - |
| XYZ | 6.79 | 4.29 | 1.45 | - |
| YUV | 54.33 | 112.02 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 33 | 26 | 0 | 0.69 | 0.76 | 0.58 | 5.19 | 0.61 | 0.26 |
| Hex | 6B | 21 | 1A | 0 | 45 | 4C | 3A | 5 | 3D | 1A |
| Octal | 153 | 41 | 32 | 0 | 105 | 114 | 72 | 5 | 75 | 32 |
| Binary | 1101011 | 100001 | 11010 | 0 | 1000101 | 1001100 | 111010 | 101 | 111101 | 11010 |
Color Harmonies of #6B211A
Complementary color
Monochromatic Colors of #6B211A
Black with #6B211A
Text Example
Text Example
White with #6B211A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B211A; }
p { color: rgb(107,33,26); }
H1.HeaderClassName
{
color: #6B211A;
}
.AnyTagClassName
{
color: #6B211A;
}
</style>
background-color css
<style>
a { background-color: #6B211A; }
a { background-color: rgb(107,33,26); }
div.DivClassName
{
background-color: #6B211A;
}
.BgClassName
{
background-color: #6B211A;
}
</style>
border-color css
<style>
span { border-color: #6B211A; }
span { border-color: rgb(107,33,26); }
td.TdClassName
{
border-color: #6B211A;
}
.TagClassName
{
border-color: #6B211A;
}
</style>