Shades of Rustic Red #3A0307
Tints of Rustic Red #3A0307
RGB
CMYK
RGB Variations
Color information
#3A0307 (or 0x3A0307) is known color: Rustic Red. HEX triplet: 3A, 03 and 07. RGB value is (58,3,7). Sum of RGB (Red+Green+Blue) = 58+3+7=68 (9% of max value = 765). Red value is 58 (23.05% from 255 or 85.29% from 68); Green value is 3 (1.56% from 255 or 4.41% from 68); Blue value is 7 (3.12% from 255 or 10.29% from 68); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0307 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0307 is #C5FCF8. Grayscale: #131313. Windows color (decimal): -12975353 or 459578. OLE color: 459578.
HSL color Cylindrical-coordinate representation of color #3A0307: hue angle of 355.64º 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 #3A0307 is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 3 | 7 | - |
| CMYK | 0 | 0.95 | 0.88 | 0.77 |
| HSL | 355.64º | 0.9% | 0.12% | - |
| HSV(B) | 355.64º | 0.95% | 0.23% | - |
| XYZ | 1.82 | 0.98 | 0.29 | - |
| YUV | 19.9 | 120.72 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 3 | 7 | 0 | 0.95 | 0.88 | 0.77 | 355.64 | 0.9 | 0.12 |
| Hex | 3A | 3 | 7 | 0 | 5F | 58 | 4D | 164 | 5A | C |
| Octal | 72 | 3 | 7 | 0 | 137 | 130 | 115 | 544 | 132 | 14 |
| Binary | 111010 | 11 | 111 | 0 | 1011111 | 1011000 | 1001101 | 101100100 | 1011010 | 1100 |
Color Harmonies of #3A0307
Complementary color
Monochromatic Colors of #3A0307
Black with #3A0307
Text Example
Text Example
White with #3A0307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0307; }
p { color: rgb(58,3,7); }
H1.HeaderClassName
{
color: #3A0307;
}
.AnyTagClassName
{
color: #3A0307;
}
</style>
background-color css
<style>
a { background-color: #3A0307; }
a { background-color: rgb(58,3,7); }
div.DivClassName
{
background-color: #3A0307;
}
.BgClassName
{
background-color: #3A0307;
}
</style>
border-color css
<style>
span { border-color: #3A0307; }
span { border-color: rgb(58,3,7); }
td.TdClassName
{
border-color: #3A0307;
}
.TagClassName
{
border-color: #3A0307;
}
</style>