Shades of Red Oxide #6B210D
Tints of Red Oxide #6B210D
RGB
CMYK
RGB Variations
Color information
#6B210D (or 0x6B210D) is known color: Red Oxide. HEX triplet: 6B, 21 and 0D. RGB value is (107,33,13). Sum of RGB (Red+Green+Blue) = 107+33+13=153 (20% of max value = 765). Red value is 107 (42.19% from 255 or 69.93% from 153); Green value is 33 (13.28% from 255 or 21.57% from 153); Blue value is 13 (5.47% from 255 or 8.50% from 153); Max value from RGB is 107 - color contains mainly: red. Hex color #6B210D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B210D is #94DEF2. Grayscale: #353535. Windows color (decimal): -9756403 or 860523. OLE color: 860523.
HSL color Cylindrical-coordinate representation of color #6B210D: hue angle of 12.77º 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 #6B210D is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 33 | 13 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.58 |
| HSL | 12.77º | 0.78% | 0.24% | - |
| HSV(B) | 12.77º | 0.88% | 0.42% | - |
| XYZ | 6.68 | 4.24 | 0.85 | - |
| YUV | 52.85 | 105.52 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 33 | 13 | 0 | 0.69 | 0.88 | 0.58 | 12.77 | 0.78 | 0.24 |
| Hex | 6B | 21 | D | 0 | 45 | 58 | 3A | D | 4E | 18 |
| Octal | 153 | 41 | 15 | 0 | 105 | 130 | 72 | 15 | 116 | 30 |
| Binary | 1101011 | 100001 | 1101 | 0 | 1000101 | 1011000 | 111010 | 1101 | 1001110 | 11000 |
Color Harmonies of #6B210D
Complementary color
Monochromatic Colors of #6B210D
Black with #6B210D
Text Example
Text Example
White with #6B210D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B210D; }
p { color: rgb(107,33,13); }
H1.HeaderClassName
{
color: #6B210D;
}
.AnyTagClassName
{
color: #6B210D;
}
</style>
background-color css
<style>
a { background-color: #6B210D; }
a { background-color: rgb(107,33,13); }
div.DivClassName
{
background-color: #6B210D;
}
.BgClassName
{
background-color: #6B210D;
}
</style>
border-color css
<style>
span { border-color: #6B210D; }
span { border-color: rgb(107,33,13); }
td.TdClassName
{
border-color: #6B210D;
}
.TagClassName
{
border-color: #6B210D;
}
</style>