Shades of Rustic Red #53080B
Tints of Rustic Red #53080B
RGB
CMYK
RGB Variations
Color information
#53080B (or 0x53080B) is known color: Rustic Red. HEX triplet: 53, 08 and 0B. RGB value is (83,8,11). Sum of RGB (Red+Green+Blue) = 83+8+11=102 (13% of max value = 765). Red value is 83 (32.81% from 255 or 81.37% from 102); Green value is 8 (3.52% from 255 or 7.84% from 102); Blue value is 11 (4.69% from 255 or 10.78% from 102); Max value from RGB is 83 - color contains mainly: red. Hex color #53080B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53080B is #ACF7F4. Grayscale: #1E1E1E. Windows color (decimal): -11335669 or 723027. OLE color: 723027.
HSL color Cylindrical-coordinate representation of color #53080B: hue angle of 357.6º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #53080B is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 8 | 11 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.67 |
| HSL | 357.6º | 0.82% | 0.18% | - |
| HSV(B) | 357.6º | 0.9% | 0.33% | - |
| XYZ | 3.71 | 2.04 | 0.51 | - |
| YUV | 30.77 | 116.85 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 8 | 11 | 0 | 0.90 | 0.87 | 0.67 | 357.6 | 0.82 | 0.18 |
| Hex | 53 | 8 | B | 0 | 5A | 57 | 43 | 166 | 52 | 12 |
| Octal | 123 | 10 | 13 | 0 | 132 | 127 | 103 | 546 | 122 | 22 |
| Binary | 1010011 | 1000 | 1011 | 0 | 1011010 | 1010111 | 1000011 | 101100110 | 1010010 | 10010 |
Color Harmonies of #53080B
Complementary color
Monochromatic Colors of #53080B
Black with #53080B
Text Example
Text Example
White with #53080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53080B; }
p { color: rgb(83,8,11); }
H1.HeaderClassName
{
color: #53080B;
}
.AnyTagClassName
{
color: #53080B;
}
</style>
background-color css
<style>
a { background-color: #53080B; }
a { background-color: rgb(83,8,11); }
div.DivClassName
{
background-color: #53080B;
}
.BgClassName
{
background-color: #53080B;
}
</style>
border-color css
<style>
span { border-color: #53080B; }
span { border-color: rgb(83,8,11); }
td.TdClassName
{
border-color: #53080B;
}
.TagClassName
{
border-color: #53080B;
}
</style>