Shades of Red Oxide #53150F
Tints of Red Oxide #53150F
RGB
CMYK
RGB Variations
Color information
#53150F (or 0x53150F) is known color: Red Oxide. HEX triplet: 53, 15 and 0F. RGB value is (83,21,15). Sum of RGB (Red+Green+Blue) = 83+21+15=119 (15% of max value = 765). Red value is 83 (32.81% from 255 or 69.75% from 119); Green value is 21 (8.59% from 255 or 17.65% from 119); Blue value is 15 (6.25% from 255 or 12.61% from 119); Max value from RGB is 83 - color contains mainly: red. Hex color #53150F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53150F is #ACEAF0. Grayscale: #262626. Windows color (decimal): -11332337 or 988499. OLE color: 988499.
HSL color Cylindrical-coordinate representation of color #53150F: hue angle of 5.29º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #53150F is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 21 | 15 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.67 |
| HSL | 5.29º | 0.69% | 0.19% | - |
| HSV(B) | 5.29º | 0.82% | 0.33% | - |
| XYZ | 3.92 | 2.41 | 0.71 | - |
| YUV | 38.85 | 114.54 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 21 | 15 | 0 | 0.75 | 0.82 | 0.67 | 5.29 | 0.69 | 0.19 |
| Hex | 53 | 15 | F | 0 | 4B | 52 | 43 | 5 | 45 | 13 |
| Octal | 123 | 25 | 17 | 0 | 113 | 122 | 103 | 5 | 105 | 23 |
| Binary | 1010011 | 10101 | 1111 | 0 | 1001011 | 1010010 | 1000011 | 101 | 1000101 | 10011 |
Color Harmonies of #53150F
Complementary color
Monochromatic Colors of #53150F
Black with #53150F
Text Example
Text Example
White with #53150F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53150F; }
p { color: rgb(83,21,15); }
H1.HeaderClassName
{
color: #53150F;
}
.AnyTagClassName
{
color: #53150F;
}
</style>
background-color css
<style>
a { background-color: #53150F; }
a { background-color: rgb(83,21,15); }
div.DivClassName
{
background-color: #53150F;
}
.BgClassName
{
background-color: #53150F;
}
</style>
border-color css
<style>
span { border-color: #53150F; }
span { border-color: rgb(83,21,15); }
td.TdClassName
{
border-color: #53150F;
}
.TagClassName
{
border-color: #53150F;
}
</style>