Shades of Red Oxide #53150B
Tints of Red Oxide #53150B
RGB
CMYK
RGB Variations
Color information
#53150B (or 0x53150B) is known color: Red Oxide. HEX triplet: 53, 15 and 0B. RGB value is (83,21,11). Sum of RGB (Red+Green+Blue) = 83+21+11=115 (15% of max value = 765). Red value is 83 (32.81% from 255 or 72.17% from 115); Green value is 21 (8.59% from 255 or 18.26% from 115); Blue value is 11 (4.69% from 255 or 9.57% from 115); Max value from RGB is 83 - color contains mainly: red. Hex color #53150B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53150B is #ACEAF4. Grayscale: #262626. Windows color (decimal): -11332341 or 726355. OLE color: 726355.
HSL color Cylindrical-coordinate representation of color #53150B: hue angle of 8.33º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #53150B is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 21 | 11 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.67 |
| HSL | 8.33º | 0.77% | 0.18% | - |
| HSV(B) | 8.33º | 0.87% | 0.33% | - |
| XYZ | 3.9 | 2.4 | 0.57 | - |
| YUV | 38.4 | 112.54 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 21 | 11 | 0 | 0.75 | 0.87 | 0.67 | 8.33 | 0.77 | 0.18 |
| Hex | 53 | 15 | B | 0 | 4B | 57 | 43 | 8 | 4D | 12 |
| Octal | 123 | 25 | 13 | 0 | 113 | 127 | 103 | 10 | 115 | 22 |
| Binary | 1010011 | 10101 | 1011 | 0 | 1001011 | 1010111 | 1000011 | 1000 | 1001101 | 10010 |
Color Harmonies of #53150B
Complementary color
Monochromatic Colors of #53150B
Black with #53150B
Text Example
Text Example
White with #53150B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53150B; }
p { color: rgb(83,21,11); }
H1.HeaderClassName
{
color: #53150B;
}
.AnyTagClassName
{
color: #53150B;
}
</style>
background-color css
<style>
a { background-color: #53150B; }
a { background-color: rgb(83,21,11); }
div.DivClassName
{
background-color: #53150B;
}
.BgClassName
{
background-color: #53150B;
}
</style>
border-color css
<style>
span { border-color: #53150B; }
span { border-color: rgb(83,21,11); }
td.TdClassName
{
border-color: #53150B;
}
.TagClassName
{
border-color: #53150B;
}
</style>