Shades of Rustic Red #3A0B18
Tints of Rustic Red #3A0B18
RGB
CMYK
RGB Variations
Color information
#3A0B18 (or 0x3A0B18) is known color: Rustic Red. HEX triplet: 3A, 0B and 18. RGB value is (58,11,24). Sum of RGB (Red+Green+Blue) = 58+11+24=93 (12% of max value = 765). Red value is 58 (23.05% from 255 or 62.37% from 93); Green value is 11 (4.69% from 255 or 11.83% from 93); Blue value is 24 (9.77% from 255 or 25.81% from 93); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0B18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0B18 is #C5F4E7. Grayscale: #1A1A1A. Windows color (decimal): -12973288 or 1575738. OLE color: 1575738.
HSL color Cylindrical-coordinate representation of color #3A0B18: hue angle of 343.4º 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 #3A0B18 is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 11 | 24 | - |
| CMYK | 0 | 0.81 | 0.59 | 0.77 |
| HSL | 343.4º | 0.68% | 0.14% | - |
| HSV(B) | 343.4º | 0.81% | 0.23% | - |
| XYZ | 2.03 | 1.2 | 0.99 | - |
| YUV | 26.54 | 126.57 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 11 | 24 | 0 | 0.81 | 0.59 | 0.77 | 343.4 | 0.68 | 0.14 |
| Hex | 3A | B | 18 | 0 | 51 | 3B | 4D | 157 | 44 | E |
| Octal | 72 | 13 | 30 | 0 | 121 | 73 | 115 | 527 | 104 | 16 |
| Binary | 111010 | 1011 | 11000 | 0 | 1010001 | 111011 | 1001101 | 101010111 | 1000100 | 1110 |
Color Harmonies of #3A0B18
Complementary color
Monochromatic Colors of #3A0B18
Black with #3A0B18
Text Example
Text Example
White with #3A0B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0B18; }
p { color: rgb(58,11,24); }
H1.HeaderClassName
{
color: #3A0B18;
}
.AnyTagClassName
{
color: #3A0B18;
}
</style>
background-color css
<style>
a { background-color: #3A0B18; }
a { background-color: rgb(58,11,24); }
div.DivClassName
{
background-color: #3A0B18;
}
.BgClassName
{
background-color: #3A0B18;
}
</style>
border-color css
<style>
span { border-color: #3A0B18; }
span { border-color: rgb(58,11,24); }
td.TdClassName
{
border-color: #3A0B18;
}
.TagClassName
{
border-color: #3A0B18;
}
</style>