Shades of Red Oxide #520B04
Tints of Red Oxide #520B04
RGB
CMYK
RGB Variations
Color information
#520B04 (or 0x520B04) is known color: Red Oxide. HEX triplet: 52, 0B and 04. RGB value is (82,11,4). Sum of RGB (Red+Green+Blue) = 82+11+4=97 (12% of max value = 765). Red value is 82 (32.42% from 255 or 84.54% from 97); Green value is 11 (4.69% from 255 or 11.34% from 97); Blue value is 4 (1.95% from 255 or 4.12% from 97); Max value from RGB is 82 - color contains mainly: red. Hex color #520B04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520B04 is #ADF4FB. Grayscale: #1F1F1F. Windows color (decimal): -11400444 or 265042. OLE color: 265042.
HSL color Cylindrical-coordinate representation of color #520B04: hue angle of 5.38º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520B04 is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 11 | 4 | - |
| CMYK | 0 | 0.87 | 0.95 | 0.68 |
| HSL | 5.38º | 0.91% | 0.17% | - |
| HSV(B) | 5.38º | 0.95% | 0.32% | - |
| XYZ | 3.62 | 2.04 | 0.32 | - |
| YUV | 31.43 | 112.52 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 11 | 4 | 0 | 0.87 | 0.95 | 0.68 | 5.38 | 0.91 | 0.17 |
| Hex | 52 | B | 4 | 0 | 57 | 5F | 44 | 5 | 5B | 11 |
| Octal | 122 | 13 | 4 | 0 | 127 | 137 | 104 | 5 | 133 | 21 |
| Binary | 1010010 | 1011 | 100 | 0 | 1010111 | 1011111 | 1000100 | 101 | 1011011 | 10001 |
Color Harmonies of #520B04
Complementary color
Monochromatic Colors of #520B04
Black with #520B04
Text Example
Text Example
White with #520B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520B04; }
p { color: rgb(82,11,4); }
H1.HeaderClassName
{
color: #520B04;
}
.AnyTagClassName
{
color: #520B04;
}
</style>
background-color css
<style>
a { background-color: #520B04; }
a { background-color: rgb(82,11,4); }
div.DivClassName
{
background-color: #520B04;
}
.BgClassName
{
background-color: #520B04;
}
</style>
border-color css
<style>
span { border-color: #520B04; }
span { border-color: rgb(82,11,4); }
td.TdClassName
{
border-color: #520B04;
}
.TagClassName
{
border-color: #520B04;
}
</style>