Shades of Red Oxide #530A01
Tints of Red Oxide #530A01
RGB
CMYK
RGB Variations
Color information
#530A01 (or 0x530A01) is known color: Red Oxide. HEX triplet: 53, 0A and 01. RGB value is (83,10,1). Sum of RGB (Red+Green+Blue) = 83+10+1=94 (12% of max value = 765). Red value is 83 (32.81% from 255 or 88.30% from 94); Green value is 10 (4.30% from 255 or 10.64% from 94); Blue value is 1 (0.78% from 255 or 1.06% from 94); Max value from RGB is 83 - color contains mainly: red. Hex color #530A01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530A01 is #ACF5FE. Grayscale: #1E1E1E. Windows color (decimal): -11335167 or 68179. OLE color: 68179.
HSL color Cylindrical-coordinate representation of color #530A01: hue angle of 6.59º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #530A01 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 10 | 1 | - |
| CMYK | 0 | 0.88 | 0.99 | 0.67 |
| HSL | 6.59º | 0.98% | 0.16% | - |
| HSV(B) | 6.59º | 0.99% | 0.33% | - |
| XYZ | 3.68 | 2.06 | 0.23 | - |
| YUV | 30.8 | 111.18 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 10 | 1 | 0 | 0.88 | 0.99 | 0.67 | 6.59 | 0.98 | 0.16 |
| Hex | 53 | A | 1 | 0 | 58 | 63 | 43 | 7 | 62 | 10 |
| Octal | 123 | 12 | 1 | 0 | 130 | 143 | 103 | 7 | 142 | 20 |
| Binary | 1010011 | 1010 | 1 | 0 | 1011000 | 1100011 | 1000011 | 111 | 1100010 | 10000 |
Color Harmonies of #530A01
Complementary color
Monochromatic Colors of #530A01
Black with #530A01
Text Example
Text Example
White with #530A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530A01; }
p { color: rgb(83,10,1); }
H1.HeaderClassName
{
color: #530A01;
}
.AnyTagClassName
{
color: #530A01;
}
</style>
background-color css
<style>
a { background-color: #530A01; }
a { background-color: rgb(83,10,1); }
div.DivClassName
{
background-color: #530A01;
}
.BgClassName
{
background-color: #530A01;
}
</style>
border-color css
<style>
span { border-color: #530A01; }
span { border-color: rgb(83,10,1); }
td.TdClassName
{
border-color: #530A01;
}
.TagClassName
{
border-color: #530A01;
}
</style>