Shades of Rustic Red #3A030F
Tints of Rustic Red #3A030F
RGB
CMYK
RGB Variations
Color information
#3A030F (or 0x3A030F) is known color: Rustic Red. HEX triplet: 3A, 03 and 0F. RGB value is (58,3,15). Sum of RGB (Red+Green+Blue) = 58+3+15=76 (10% of max value = 765). Red value is 58 (23.05% from 255 or 76.32% from 76); Green value is 3 (1.56% from 255 or 3.95% from 76); Blue value is 15 (6.25% from 255 or 19.74% from 76); Max value from RGB is 58 - color contains mainly: red. Hex color #3A030F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A030F is #C5FCF0. Grayscale: #141414. Windows color (decimal): -12975345 or 983866. OLE color: 983866.
HSL color Cylindrical-coordinate representation of color #3A030F: hue angle of 346.91º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A030F is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 3 | 15 | - |
| CMYK | 0 | 0.95 | 0.74 | 0.77 |
| HSL | 346.91º | 0.9% | 0.12% | - |
| HSV(B) | 346.91º | 0.95% | 0.23% | - |
| XYZ | 1.86 | 1 | 0.55 | - |
| YUV | 20.81 | 124.72 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 3 | 15 | 0 | 0.95 | 0.74 | 0.77 | 346.91 | 0.9 | 0.12 |
| Hex | 3A | 3 | F | 0 | 5F | 4A | 4D | 15B | 5A | C |
| Octal | 72 | 3 | 17 | 0 | 137 | 112 | 115 | 533 | 132 | 14 |
| Binary | 111010 | 11 | 1111 | 0 | 1011111 | 1001010 | 1001101 | 101011011 | 1011010 | 1100 |
Color Harmonies of #3A030F
Complementary color
Monochromatic Colors of #3A030F
Black with #3A030F
Text Example
Text Example
White with #3A030F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A030F; }
p { color: rgb(58,3,15); }
H1.HeaderClassName
{
color: #3A030F;
}
.AnyTagClassName
{
color: #3A030F;
}
</style>
background-color css
<style>
a { background-color: #3A030F; }
a { background-color: rgb(58,3,15); }
div.DivClassName
{
background-color: #3A030F;
}
.BgClassName
{
background-color: #3A030F;
}
</style>
border-color css
<style>
span { border-color: #3A030F; }
span { border-color: rgb(58,3,15); }
td.TdClassName
{
border-color: #3A030F;
}
.TagClassName
{
border-color: #3A030F;
}
</style>