Shades of Red Oxide #531A12
Tints of Red Oxide #531A12
RGB
CMYK
RGB Variations
Color information
#531A12 (or 0x531A12) is known color: Red Oxide. HEX triplet: 53, 1A and 12. RGB value is (83,26,18). Sum of RGB (Red+Green+Blue) = 83+26+18=127 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.35% from 127); Green value is 26 (10.55% from 255 or 20.47% from 127); Blue value is 18 (7.42% from 255 or 14.17% from 127); Max value from RGB is 83 - color contains mainly: red. Hex color #531A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531A12 is #ACE5ED. Grayscale: #2A2A2A. Windows color (decimal): -11331054 or 1186387. OLE color: 1186387.
HSL color Cylindrical-coordinate representation of color #531A12: hue angle of 7.38º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #531A12 is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 26 | 18 | - |
| CMYK | 0 | 0.69 | 0.78 | 0.67 |
| HSL | 7.38º | 0.64% | 0.2% | - |
| HSV(B) | 7.38º | 0.78% | 0.33% | - |
| XYZ | 4.05 | 2.62 | 0.87 | - |
| YUV | 42.13 | 114.38 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 26 | 18 | 0 | 0.69 | 0.78 | 0.67 | 7.38 | 0.64 | 0.2 |
| Hex | 53 | 1A | 12 | 0 | 45 | 4E | 43 | 7 | 40 | 14 |
| Octal | 123 | 32 | 22 | 0 | 105 | 116 | 103 | 7 | 100 | 24 |
| Binary | 1010011 | 11010 | 10010 | 0 | 1000101 | 1001110 | 1000011 | 111 | 1000000 | 10100 |
Color Harmonies of #531A12
Complementary color
Monochromatic Colors of #531A12
Black with #531A12
Text Example
Text Example
White with #531A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531A12; }
p { color: rgb(83,26,18); }
H1.HeaderClassName
{
color: #531A12;
}
.AnyTagClassName
{
color: #531A12;
}
</style>
background-color css
<style>
a { background-color: #531A12; }
a { background-color: rgb(83,26,18); }
div.DivClassName
{
background-color: #531A12;
}
.BgClassName
{
background-color: #531A12;
}
</style>
border-color css
<style>
span { border-color: #531A12; }
span { border-color: rgb(83,26,18); }
td.TdClassName
{
border-color: #531A12;
}
.TagClassName
{
border-color: #531A12;
}
</style>