Shades of Rustic Red #3A0003
Tints of Rustic Red #3A0003
RGB
CMYK
RGB Variations
Color information
#3A0003 (or 0x3A0003) is known color: Rustic Red. HEX triplet: 3A, 00 and 03. RGB value is (58,0,3). Sum of RGB (Red+Green+Blue) = 58+0+3=61 (8% of max value = 765). Red value is 58 (23.05% from 255 or 95.08% from 61); Green value is 0 (0.39% from 255 or 0% from 61); Blue value is 3 (1.56% from 255 or 4.92% from 61); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0003 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0003 is #C5FFFC. Grayscale: #111111. Windows color (decimal): -12976125 or 196666. OLE color: 196666.
HSL color Cylindrical-coordinate representation of color #3A0003: hue angle of 356.9º 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 #3A0003 is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 0 | 3 | - |
| CMYK | 0 | 1 | 0.95 | 0.77 |
| HSL | 356.9º | 1% | 0.11% | - |
| HSV(B) | 356.9º | 1% | 0.23% | - |
| XYZ | 1.76 | 0.91 | 0.17 | - |
| YUV | 17.68 | 119.72 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 0 | 3 | 0 | 1 | 0.95 | 0.77 | 356.9 | 1 | 0.11 |
| Hex | 3A | 0 | 3 | 0 | 64 | 5F | 4D | 165 | 64 | B |
| Octal | 72 | 0 | 3 | 0 | 144 | 137 | 115 | 545 | 144 | 13 |
| Binary | 111010 | 0 | 11 | 0 | 1100100 | 1011111 | 1001101 | 101100101 | 1100100 | 1011 |
Color Harmonies of #3A0003
Complementary color
Monochromatic Colors of #3A0003
Black with #3A0003
Text Example
Text Example
White with #3A0003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0003; }
p { color: rgb(58,0,3); }
H1.HeaderClassName
{
color: #3A0003;
}
.AnyTagClassName
{
color: #3A0003;
}
</style>
background-color css
<style>
a { background-color: #3A0003; }
a { background-color: rgb(58,0,3); }
div.DivClassName
{
background-color: #3A0003;
}
.BgClassName
{
background-color: #3A0003;
}
</style>
border-color css
<style>
span { border-color: #3A0003; }
span { border-color: rgb(58,0,3); }
td.TdClassName
{
border-color: #3A0003;
}
.TagClassName
{
border-color: #3A0003;
}
</style>