Shades of Red Oxide #530B01
Tints of Red Oxide #530B01
RGB
CMYK
RGB Variations
Color information
#530B01 (or 0x530B01) is known color: Red Oxide. HEX triplet: 53, 0B and 01. RGB value is (83,11,1). Sum of RGB (Red+Green+Blue) = 83+11+1=95 (12% of max value = 765). Red value is 83 (32.81% from 255 or 87.37% from 95); Green value is 11 (4.69% from 255 or 11.58% from 95); Blue value is 1 (0.78% from 255 or 1.05% from 95); Max value from RGB is 83 - color contains mainly: red. Hex color #530B01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530B01 is #ACF4FE. Grayscale: #1F1F1F. Windows color (decimal): -11334911 or 68435. OLE color: 68435.
HSL color Cylindrical-coordinate representation of color #530B01: hue angle of 7.32º 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 #530B01 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 11 | 1 | - |
| CMYK | 0 | 0.87 | 0.99 | 0.67 |
| HSL | 7.32º | 0.98% | 0.16% | - |
| HSV(B) | 7.32º | 0.99% | 0.33% | - |
| XYZ | 3.69 | 2.08 | 0.24 | - |
| YUV | 31.39 | 110.85 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 11 | 1 | 0 | 0.87 | 0.99 | 0.67 | 7.32 | 0.98 | 0.16 |
| Hex | 53 | B | 1 | 0 | 57 | 63 | 43 | 7 | 62 | 10 |
| Octal | 123 | 13 | 1 | 0 | 127 | 143 | 103 | 7 | 142 | 20 |
| Binary | 1010011 | 1011 | 1 | 0 | 1010111 | 1100011 | 1000011 | 111 | 1100010 | 10000 |
Color Harmonies of #530B01
Complementary color
Monochromatic Colors of #530B01
Black with #530B01
Text Example
Text Example
White with #530B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530B01; }
p { color: rgb(83,11,1); }
H1.HeaderClassName
{
color: #530B01;
}
.AnyTagClassName
{
color: #530B01;
}
</style>
background-color css
<style>
a { background-color: #530B01; }
a { background-color: rgb(83,11,1); }
div.DivClassName
{
background-color: #530B01;
}
.BgClassName
{
background-color: #530B01;
}
</style>
border-color css
<style>
span { border-color: #530B01; }
span { border-color: rgb(83,11,1); }
td.TdClassName
{
border-color: #530B01;
}
.TagClassName
{
border-color: #530B01;
}
</style>