Shades of Red Oxide #6B2521
Tints of Red Oxide #6B2521
RGB
CMYK
RGB Variations
Color information
#6B2521 (or 0x6B2521) is known color: Red Oxide. HEX triplet: 6B, 25 and 21. RGB value is (107,37,33). Sum of RGB (Red+Green+Blue) = 107+37+33=177 (23% of max value = 765). Red value is 107 (42.19% from 255 or 60.45% from 177); Green value is 37 (14.84% from 255 or 20.90% from 177); Blue value is 33 (13.28% from 255 or 18.64% from 177); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2521 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2521 is #94DADE. Grayscale: #393939. Windows color (decimal): -9755359 or 2172267. OLE color: 2172267.
HSL color Cylindrical-coordinate representation of color #6B2521: hue angle of 3.24º 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 #6B2521 is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 37 | 33 | - |
| CMYK | 0 | 0.65 | 0.69 | 0.58 |
| HSL | 3.24º | 0.53% | 0.27% | - |
| HSV(B) | 3.24º | 0.69% | 0.42% | - |
| XYZ | 7 | 4.56 | 1.95 | - |
| YUV | 57.47 | 114.19 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 37 | 33 | 0 | 0.65 | 0.69 | 0.58 | 3.24 | 0.53 | 0.27 |
| Hex | 6B | 25 | 21 | 0 | 41 | 45 | 3A | 3 | 35 | 1B |
| Octal | 153 | 45 | 41 | 0 | 101 | 105 | 72 | 3 | 65 | 33 |
| Binary | 1101011 | 100101 | 100001 | 0 | 1000001 | 1000101 | 111010 | 11 | 110101 | 11011 |
Color Harmonies of #6B2521
Complementary color
Monochromatic Colors of #6B2521
Black with #6B2521
Text Example
Text Example
White with #6B2521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2521; }
p { color: rgb(107,37,33); }
H1.HeaderClassName
{
color: #6B2521;
}
.AnyTagClassName
{
color: #6B2521;
}
</style>
background-color css
<style>
a { background-color: #6B2521; }
a { background-color: rgb(107,37,33); }
div.DivClassName
{
background-color: #6B2521;
}
.BgClassName
{
background-color: #6B2521;
}
</style>
border-color css
<style>
span { border-color: #6B2521; }
span { border-color: rgb(107,37,33); }
td.TdClassName
{
border-color: #6B2521;
}
.TagClassName
{
border-color: #6B2521;
}
</style>