Shades of Rustic Red #3A0F1B
Tints of Rustic Red #3A0F1B
RGB
CMYK
RGB Variations
Color information
#3A0F1B (or 0x3A0F1B) is known color: Rustic Red. HEX triplet: 3A, 0F and 1B. RGB value is (58,15,27). Sum of RGB (Red+Green+Blue) = 58+15+27=100 (13% of max value = 765). Red value is 58 (23.05% from 255 or 58% from 100); Green value is 15 (6.25% from 255 or 15% from 100); Blue value is 27 (10.94% from 255 or 27% from 100); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0F1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0F1B is #C5F0E4. Grayscale: #1D1D1D. Windows color (decimal): -12972261 or 1773370. OLE color: 1773370.
HSL color Cylindrical-coordinate representation of color #3A0F1B: hue angle of 343.26º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A0F1B is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 15 | 27 | - |
| CMYK | 0 | 0.74 | 0.53 | 0.77 |
| HSL | 343.26º | 0.59% | 0.14% | - |
| HSV(B) | 343.26º | 0.74% | 0.23% | - |
| XYZ | 2.11 | 1.32 | 1.18 | - |
| YUV | 29.23 | 126.75 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 15 | 27 | 0 | 0.74 | 0.53 | 0.77 | 343.26 | 0.59 | 0.14 |
| Hex | 3A | F | 1B | 0 | 4A | 35 | 4D | 157 | 3B | E |
| Octal | 72 | 17 | 33 | 0 | 112 | 65 | 115 | 527 | 73 | 16 |
| Binary | 111010 | 1111 | 11011 | 0 | 1001010 | 110101 | 1001101 | 101010111 | 111011 | 1110 |
Color Harmonies of #3A0F1B
Complementary color
Monochromatic Colors of #3A0F1B
Black with #3A0F1B
Text Example
Text Example
White with #3A0F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0F1B; }
p { color: rgb(58,15,27); }
H1.HeaderClassName
{
color: #3A0F1B;
}
.AnyTagClassName
{
color: #3A0F1B;
}
</style>
background-color css
<style>
a { background-color: #3A0F1B; }
a { background-color: rgb(58,15,27); }
div.DivClassName
{
background-color: #3A0F1B;
}
.BgClassName
{
background-color: #3A0F1B;
}
</style>
border-color css
<style>
span { border-color: #3A0F1B; }
span { border-color: rgb(58,15,27); }
td.TdClassName
{
border-color: #3A0F1B;
}
.TagClassName
{
border-color: #3A0F1B;
}
</style>