Shades of Rustic Red #3A0B1B
Tints of Rustic Red #3A0B1B
RGB
CMYK
RGB Variations
Color information
#3A0B1B (or 0x3A0B1B) is known color: Rustic Red. HEX triplet: 3A, 0B and 1B. RGB value is (58,11,27). Sum of RGB (Red+Green+Blue) = 58+11+27=96 (12% of max value = 765). Red value is 58 (23.05% from 255 or 60.42% from 96); Green value is 11 (4.69% from 255 or 11.46% from 96); Blue value is 27 (10.94% from 255 or 28.12% from 96); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0B1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0B1B is #C5F4E4. Grayscale: #1A1A1A. Windows color (decimal): -12973285 or 1772346. OLE color: 1772346.
HSL color Cylindrical-coordinate representation of color #3A0B1B: hue angle of 339.57º degrees, saturation: 0.68, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3A0B1B is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 11 | 27 | - |
| CMYK | 0 | 0.81 | 0.53 | 0.77 |
| HSL | 339.57º | 0.68% | 0.14% | - |
| HSV(B) | 339.57º | 0.81% | 0.23% | - |
| XYZ | 2.06 | 1.22 | 1.16 | - |
| YUV | 26.88 | 128.07 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 11 | 27 | 0 | 0.81 | 0.53 | 0.77 | 339.57 | 0.68 | 0.14 |
| Hex | 3A | B | 1B | 0 | 51 | 35 | 4D | 154 | 44 | E |
| Octal | 72 | 13 | 33 | 0 | 121 | 65 | 115 | 524 | 104 | 16 |
| Binary | 111010 | 1011 | 11011 | 0 | 1010001 | 110101 | 1001101 | 101010100 | 1000100 | 1110 |
Color Harmonies of #3A0B1B
Complementary color
Monochromatic Colors of #3A0B1B
Black with #3A0B1B
Text Example
Text Example
White with #3A0B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0B1B; }
p { color: rgb(58,11,27); }
H1.HeaderClassName
{
color: #3A0B1B;
}
.AnyTagClassName
{
color: #3A0B1B;
}
</style>
background-color css
<style>
a { background-color: #3A0B1B; }
a { background-color: rgb(58,11,27); }
div.DivClassName
{
background-color: #3A0B1B;
}
.BgClassName
{
background-color: #3A0B1B;
}
</style>
border-color css
<style>
span { border-color: #3A0B1B; }
span { border-color: rgb(58,11,27); }
td.TdClassName
{
border-color: #3A0B1B;
}
.TagClassName
{
border-color: #3A0B1B;
}
</style>