Shades of Red Oxide #6B2421
Tints of Red Oxide #6B2421
RGB
CMYK
RGB Variations
Color information
#6B2421 (or 0x6B2421) is known color: Red Oxide. HEX triplet: 6B, 24 and 21. RGB value is (107,36,33). Sum of RGB (Red+Green+Blue) = 107+36+33=176 (23% of max value = 765). Red value is 107 (42.19% from 255 or 60.80% from 176); Green value is 36 (14.45% from 255 or 20.45% from 176); Blue value is 33 (13.28% from 255 or 18.75% from 176); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2421 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2421 is #94DBDE. Grayscale: #383838. Windows color (decimal): -9755615 or 2172011. OLE color: 2172011.
HSL color Cylindrical-coordinate representation of color #6B2421: hue angle of 2.43º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6B2421 is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 36 | 33 | - |
| CMYK | 0 | 0.66 | 0.69 | 0.58 |
| HSL | 2.43º | 0.53% | 0.27% | - |
| HSV(B) | 2.43º | 0.69% | 0.42% | - |
| XYZ | 6.97 | 4.5 | 1.94 | - |
| YUV | 56.89 | 114.52 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 36 | 33 | 0 | 0.66 | 0.69 | 0.58 | 2.43 | 0.53 | 0.27 |
| Hex | 6B | 24 | 21 | 0 | 42 | 45 | 3A | 2 | 35 | 1B |
| Octal | 153 | 44 | 41 | 0 | 102 | 105 | 72 | 2 | 65 | 33 |
| Binary | 1101011 | 100100 | 100001 | 0 | 1000010 | 1000101 | 111010 | 10 | 110101 | 11011 |
Color Harmonies of #6B2421
Complementary color
Monochromatic Colors of #6B2421
Black with #6B2421
Text Example
Text Example
White with #6B2421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2421; }
p { color: rgb(107,36,33); }
H1.HeaderClassName
{
color: #6B2421;
}
.AnyTagClassName
{
color: #6B2421;
}
</style>
background-color css
<style>
a { background-color: #6B2421; }
a { background-color: rgb(107,36,33); }
div.DivClassName
{
background-color: #6B2421;
}
.BgClassName
{
background-color: #6B2421;
}
</style>
border-color css
<style>
span { border-color: #6B2421; }
span { border-color: rgb(107,36,33); }
td.TdClassName
{
border-color: #6B2421;
}
.TagClassName
{
border-color: #6B2421;
}
</style>