Shades of Red Oxide #53180C
Tints of Red Oxide #53180C
RGB
CMYK
RGB Variations
Color information
#53180C (or 0x53180C) is known color: Red Oxide. HEX triplet: 53, 18 and 0C. RGB value is (83,24,12). Sum of RGB (Red+Green+Blue) = 83+24+12=119 (15% of max value = 765). Red value is 83 (32.81% from 255 or 69.75% from 119); Green value is 24 (9.77% from 255 or 20.17% from 119); Blue value is 12 (5.08% from 255 or 10.08% from 119); Max value from RGB is 83 - color contains mainly: red. Hex color #53180C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53180C is #ACE7F3. Grayscale: #282828. Windows color (decimal): -11331572 or 792659. OLE color: 792659.
HSL color Cylindrical-coordinate representation of color #53180C: hue angle of 10.14º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #53180C is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 24 | 12 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.67 |
| HSL | 10.14º | 0.75% | 0.19% | - |
| HSV(B) | 10.14º | 0.86% | 0.33% | - |
| XYZ | 3.96 | 2.52 | 0.63 | - |
| YUV | 40.27 | 112.05 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 24 | 12 | 0 | 0.71 | 0.86 | 0.67 | 10.14 | 0.75 | 0.19 |
| Hex | 53 | 18 | C | 0 | 47 | 56 | 43 | A | 4B | 13 |
| Octal | 123 | 30 | 14 | 0 | 107 | 126 | 103 | 12 | 113 | 23 |
| Binary | 1010011 | 11000 | 1100 | 0 | 1000111 | 1010110 | 1000011 | 1010 | 1001011 | 10011 |
Color Harmonies of #53180C
Complementary color
Monochromatic Colors of #53180C
Black with #53180C
Text Example
Text Example
White with #53180C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53180C; }
p { color: rgb(83,24,12); }
H1.HeaderClassName
{
color: #53180C;
}
.AnyTagClassName
{
color: #53180C;
}
</style>
background-color css
<style>
a { background-color: #53180C; }
a { background-color: rgb(83,24,12); }
div.DivClassName
{
background-color: #53180C;
}
.BgClassName
{
background-color: #53180C;
}
</style>
border-color css
<style>
span { border-color: #53180C; }
span { border-color: rgb(83,24,12); }
td.TdClassName
{
border-color: #53180C;
}
.TagClassName
{
border-color: #53180C;
}
</style>