Shades of Red Oxide #530B09
Tints of Red Oxide #530B09
RGB
CMYK
RGB Variations
Color information
#530B09 (or 0x530B09) is known color: Red Oxide. HEX triplet: 53, 0B and 09. RGB value is (83,11,9). Sum of RGB (Red+Green+Blue) = 83+11+9=103 (13% of max value = 765). Red value is 83 (32.81% from 255 or 80.58% from 103); Green value is 11 (4.69% from 255 or 10.68% from 103); Blue value is 9 (3.91% from 255 or 8.74% from 103); Max value from RGB is 83 - color contains mainly: red. Hex color #530B09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530B09 is #ACF4F6. Grayscale: #202020. Windows color (decimal): -11334903 or 592723. OLE color: 592723.
HSL color Cylindrical-coordinate representation of color #530B09: hue angle of 1.62º 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 #530B09 is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 11 | 9 | - |
| CMYK | 0 | 0.87 | 0.89 | 0.67 |
| HSL | 1.62º | 0.8% | 0.18% | - |
| HSV(B) | 1.62º | 0.89% | 0.33% | - |
| XYZ | 3.74 | 2.1 | 0.47 | - |
| YUV | 32.3 | 114.85 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 11 | 9 | 0 | 0.87 | 0.89 | 0.67 | 1.62 | 0.8 | 0.18 |
| Hex | 53 | B | 9 | 0 | 57 | 59 | 43 | 2 | 50 | 12 |
| Octal | 123 | 13 | 11 | 0 | 127 | 131 | 103 | 2 | 120 | 22 |
| Binary | 1010011 | 1011 | 1001 | 0 | 1010111 | 1011001 | 1000011 | 10 | 1010000 | 10010 |
Color Harmonies of #530B09
Complementary color
Monochromatic Colors of #530B09
Black with #530B09
Text Example
Text Example
White with #530B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530B09; }
p { color: rgb(83,11,9); }
H1.HeaderClassName
{
color: #530B09;
}
.AnyTagClassName
{
color: #530B09;
}
</style>
background-color css
<style>
a { background-color: #530B09; }
a { background-color: rgb(83,11,9); }
div.DivClassName
{
background-color: #530B09;
}
.BgClassName
{
background-color: #530B09;
}
</style>
border-color css
<style>
span { border-color: #530B09; }
span { border-color: rgb(83,11,9); }
td.TdClassName
{
border-color: #530B09;
}
.TagClassName
{
border-color: #530B09;
}
</style>