Shades of Red Oxide #530A09
Tints of Red Oxide #530A09
RGB
CMYK
RGB Variations
Color information
#530A09 (or 0x530A09) is known color: Red Oxide. HEX triplet: 53, 0A and 09. RGB value is (83,10,9). Sum of RGB (Red+Green+Blue) = 83+10+9=102 (13% of max value = 765). Red value is 83 (32.81% from 255 or 81.37% from 102); Green value is 10 (4.30% from 255 or 9.80% from 102); Blue value is 9 (3.91% from 255 or 8.82% from 102); Max value from RGB is 83 - color contains mainly: red. Hex color #530A09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530A09 is #ACF5F6. Grayscale: #1F1F1F. Windows color (decimal): -11335159 or 592467. OLE color: 592467.
HSL color Cylindrical-coordinate representation of color #530A09: hue angle of 0.81º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #530A09 is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 10 | 9 | - |
| CMYK | 0 | 0.88 | 0.89 | 0.67 |
| HSL | 0.81º | 0.8% | 0.18% | - |
| HSV(B) | 0.81º | 0.89% | 0.33% | - |
| XYZ | 3.73 | 2.08 | 0.46 | - |
| YUV | 31.71 | 115.18 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 10 | 9 | 0 | 0.88 | 0.89 | 0.67 | 0.81 | 0.8 | 0.18 |
| Hex | 53 | A | 9 | 0 | 58 | 59 | 43 | 1 | 50 | 12 |
| Octal | 123 | 12 | 11 | 0 | 130 | 131 | 103 | 1 | 120 | 22 |
| Binary | 1010011 | 1010 | 1001 | 0 | 1011000 | 1011001 | 1000011 | 1 | 1010000 | 10010 |
Color Harmonies of #530A09
Complementary color
Monochromatic Colors of #530A09
Black with #530A09
Text Example
Text Example
White with #530A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530A09; }
p { color: rgb(83,10,9); }
H1.HeaderClassName
{
color: #530A09;
}
.AnyTagClassName
{
color: #530A09;
}
</style>
background-color css
<style>
a { background-color: #530A09; }
a { background-color: rgb(83,10,9); }
div.DivClassName
{
background-color: #530A09;
}
.BgClassName
{
background-color: #530A09;
}
</style>
border-color css
<style>
span { border-color: #530A09; }
span { border-color: rgb(83,10,9); }
td.TdClassName
{
border-color: #530A09;
}
.TagClassName
{
border-color: #530A09;
}
</style>