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