Shades of Red Oxide #530505
Tints of Red Oxide #530505
RGB
CMYK
RGB Variations
Color information
#530505 (or 0x530505) is known color: Red Oxide. HEX triplet: 53, 05 and 05. RGB value is (83,5,5). Sum of RGB (Red+Green+Blue) = 83+5+5=93 (12% of max value = 765). Red value is 83 (32.81% from 255 or 89.25% from 93); Green value is 5 (2.34% from 255 or 5.38% from 93); Blue value is 5 (2.34% from 255 or 5.38% from 93); Max value from RGB is 83 - color contains mainly: red. Hex color #530505 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530505 is #ACFAFA. Grayscale: #1C1C1C. Windows color (decimal): -11336443 or 329043. OLE color: 329043.
HSL color Cylindrical-coordinate representation of color #530505: hue angle of 0º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530505 is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 5 | 5 | - |
| CMYK | 0 | 0.94 | 0.94 | 0.67 |
| HSL | 0º | 0.89% | 0.17% | - |
| HSV(B) | 0º | 0.94% | 0.33% | - |
| XYZ | 3.65 | 1.96 | 0.33 | - |
| YUV | 28.32 | 114.84 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 5 | 5 | 0 | 0.94 | 0.94 | 0.67 | 0 | 0.89 | 0.17 |
| Hex | 53 | 5 | 5 | 0 | 5E | 5E | 43 | 0 | 59 | 11 |
| Octal | 123 | 5 | 5 | 0 | 136 | 136 | 103 | 0 | 131 | 21 |
| Binary | 1010011 | 101 | 101 | 0 | 1011110 | 1011110 | 1000011 | 0 | 1011001 | 10001 |
Color Harmonies of #530505
Complementary color
Monochromatic Colors of #530505
Black with #530505
Text Example
Text Example
White with #530505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530505; }
p { color: rgb(83,5,5); }
H1.HeaderClassName
{
color: #530505;
}
.AnyTagClassName
{
color: #530505;
}
</style>
background-color css
<style>
a { background-color: #530505; }
a { background-color: rgb(83,5,5); }
div.DivClassName
{
background-color: #530505;
}
.BgClassName
{
background-color: #530505;
}
</style>
border-color css
<style>
span { border-color: #530505; }
span { border-color: rgb(83,5,5); }
td.TdClassName
{
border-color: #530505;
}
.TagClassName
{
border-color: #530505;
}
</style>