Shades of Rustic Red #3A000F
Tints of Rustic Red #3A000F
RGB
CMYK
RGB Variations
Color information
#3A000F (or 0x3A000F) is known color: Rustic Red. HEX triplet: 3A, 00 and 0F. RGB value is (58,0,15). Sum of RGB (Red+Green+Blue) = 58+0+15=73 (9% of max value = 765). Red value is 58 (23.05% from 255 or 79.45% from 73); Green value is 0 (0.39% from 255 or 0% from 73); Blue value is 15 (6.25% from 255 or 20.55% from 73); Max value from RGB is 58 - color contains mainly: red. Hex color #3A000F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A000F is #C5FFF0. Grayscale: #131313. Windows color (decimal): -12976113 or 983098. OLE color: 983098.
HSL color Cylindrical-coordinate representation of color #3A000F: hue angle of 344.48º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A000F is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.74 | 0.77 |
| HSL | 344.48º | 1% | 0.11% | - |
| HSV(B) | 344.48º | 1% | 0.23% | - |
| XYZ | 1.83 | 0.93 | 0.54 | - |
| YUV | 19.05 | 125.72 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 0 | 15 | 0 | 1 | 0.74 | 0.77 | 344.48 | 1 | 0.11 |
| Hex | 3A | 0 | F | 0 | 64 | 4A | 4D | 158 | 64 | B |
| Octal | 72 | 0 | 17 | 0 | 144 | 112 | 115 | 530 | 144 | 13 |
| Binary | 111010 | 0 | 1111 | 0 | 1100100 | 1001010 | 1001101 | 101011000 | 1100100 | 1011 |
Color Harmonies of #3A000F
Complementary color
Monochromatic Colors of #3A000F
Black with #3A000F
Text Example
Text Example
White with #3A000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A000F; }
p { color: rgb(58,0,15); }
H1.HeaderClassName
{
color: #3A000F;
}
.AnyTagClassName
{
color: #3A000F;
}
</style>
background-color css
<style>
a { background-color: #3A000F; }
a { background-color: rgb(58,0,15); }
div.DivClassName
{
background-color: #3A000F;
}
.BgClassName
{
background-color: #3A000F;
}
</style>
border-color css
<style>
span { border-color: #3A000F; }
span { border-color: rgb(58,0,15); }
td.TdClassName
{
border-color: #3A000F;
}
.TagClassName
{
border-color: #3A000F;
}
</style>