Shades of Red Oxide #521B16
Tints of Red Oxide #521B16
RGB
CMYK
RGB Variations
Color information
#521B16 (or 0x521B16) is known color: Red Oxide. HEX triplet: 52, 1B and 16. RGB value is (82,27,22). Sum of RGB (Red+Green+Blue) = 82+27+22=131 (17% of max value = 765). Red value is 82 (32.42% from 255 or 62.60% from 131); Green value is 27 (10.94% from 255 or 20.61% from 131); Blue value is 22 (8.98% from 255 or 16.79% from 131); Max value from RGB is 82 - color contains mainly: red. Hex color #521B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521B16 is #ADE4E9. Grayscale: #2A2A2A. Windows color (decimal): -11396330 or 1448786. OLE color: 1448786.
HSL color Cylindrical-coordinate representation of color #521B16: hue angle of 5º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #521B16 is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 27 | 22 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.68 |
| HSL | 5º | 0.58% | 0.2% | - |
| HSV(B) | 5º | 0.73% | 0.32% | - |
| XYZ | 4.02 | 2.64 | 1.06 | - |
| YUV | 42.88 | 116.22 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 27 | 22 | 0 | 0.67 | 0.73 | 0.68 | 5 | 0.58 | 0.2 |
| Hex | 52 | 1B | 16 | 0 | 43 | 49 | 44 | 5 | 3A | 14 |
| Octal | 122 | 33 | 26 | 0 | 103 | 111 | 104 | 5 | 72 | 24 |
| Binary | 1010010 | 11011 | 10110 | 0 | 1000011 | 1001001 | 1000100 | 101 | 111010 | 10100 |
Color Harmonies of #521B16
Complementary color
Monochromatic Colors of #521B16
Black with #521B16
Text Example
Text Example
White with #521B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521B16; }
p { color: rgb(82,27,22); }
H1.HeaderClassName
{
color: #521B16;
}
.AnyTagClassName
{
color: #521B16;
}
</style>
background-color css
<style>
a { background-color: #521B16; }
a { background-color: rgb(82,27,22); }
div.DivClassName
{
background-color: #521B16;
}
.BgClassName
{
background-color: #521B16;
}
</style>
border-color css
<style>
span { border-color: #521B16; }
span { border-color: rgb(82,27,22); }
td.TdClassName
{
border-color: #521B16;
}
.TagClassName
{
border-color: #521B16;
}
</style>