Shades of Red Oxide #521B15
Tints of Red Oxide #521B15
RGB
CMYK
RGB Variations
Color information
#521B15 (or 0x521B15) is known color: Red Oxide. HEX triplet: 52, 1B and 15. RGB value is (82,27,21). Sum of RGB (Red+Green+Blue) = 82+27+21=130 (17% of max value = 765). Red value is 82 (32.42% from 255 or 63.08% from 130); Green value is 27 (10.94% from 255 or 20.77% from 130); Blue value is 21 (8.59% from 255 or 16.15% from 130); Max value from RGB is 82 - color contains mainly: red. Hex color #521B15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521B15 is #ADE4EA. Grayscale: #2A2A2A. Windows color (decimal): -11396331 or 1383250. OLE color: 1383250.
HSL color Cylindrical-coordinate representation of color #521B15: hue angle of 5.9º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #521B15 is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 27 | 21 | - |
| CMYK | 0 | 0.67 | 0.74 | 0.68 |
| HSL | 5.9º | 0.59% | 0.2% | - |
| HSV(B) | 5.9º | 0.74% | 0.32% | - |
| XYZ | 4.01 | 2.63 | 1.01 | - |
| YUV | 42.76 | 115.72 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 27 | 21 | 0 | 0.67 | 0.74 | 0.68 | 5.9 | 0.59 | 0.2 |
| Hex | 52 | 1B | 15 | 0 | 43 | 4A | 44 | 6 | 3B | 14 |
| Octal | 122 | 33 | 25 | 0 | 103 | 112 | 104 | 6 | 73 | 24 |
| Binary | 1010010 | 11011 | 10101 | 0 | 1000011 | 1001010 | 1000100 | 110 | 111011 | 10100 |
Color Harmonies of #521B15
Complementary color
Monochromatic Colors of #521B15
Black with #521B15
Text Example
Text Example
White with #521B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521B15; }
p { color: rgb(82,27,21); }
H1.HeaderClassName
{
color: #521B15;
}
.AnyTagClassName
{
color: #521B15;
}
</style>
background-color css
<style>
a { background-color: #521B15; }
a { background-color: rgb(82,27,21); }
div.DivClassName
{
background-color: #521B15;
}
.BgClassName
{
background-color: #521B15;
}
</style>
border-color css
<style>
span { border-color: #521B15; }
span { border-color: rgb(82,27,21); }
td.TdClassName
{
border-color: #521B15;
}
.TagClassName
{
border-color: #521B15;
}
</style>