Shades of Rustic Red #400012
Tints of Rustic Red #400012
RGB
CMYK
RGB Variations
Color information
#400012 (or 0x400012) is known color: Rustic Red. HEX triplet: 40, 00 and 12. RGB value is (64,0,18). Sum of RGB (Red+Green+Blue) = 64+0+18=82 (10% of max value = 765). Red value is 64 (25.39% from 255 or 78.05% from 82); Green value is 0 (0.39% from 255 or 0% from 82); Blue value is 18 (7.42% from 255 or 21.95% from 82); Max value from RGB is 64 - color contains mainly: red. Hex color #400012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400012 is #BFFFED. Grayscale: #151515. Windows color (decimal): -12582894 or 1179712. OLE color: 1179712.
HSL color Cylindrical-coordinate representation of color #400012: hue angle of 343.12º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #400012 is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 0 | 18 | - |
| CMYK | 0 | 1 | 0.72 | 0.75 |
| HSL | 343.13º | 1% | 0.13% | - |
| HSV(B) | 343.13º | 1% | 0.25% | - |
| XYZ | 2.22 | 1.13 | 0.67 | - |
| YUV | 21.19 | 126.2 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 0 | 18 | 0 | 1 | 0.72 | 0.75 | 343.13 | 1 | 0.13 |
| Hex | 40 | 0 | 12 | 0 | 64 | 48 | 4B | 157 | 64 | D |
| Octal | 100 | 0 | 22 | 0 | 144 | 110 | 113 | 527 | 144 | 15 |
| Binary | 1000000 | 0 | 10010 | 0 | 1100100 | 1001000 | 1001011 | 101010111 | 1100100 | 1101 |
Color Harmonies of #400012
Complementary color
Monochromatic Colors of #400012
Black with #400012
Text Example
Text Example
White with #400012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400012; }
p { color: rgb(64,0,18); }
H1.HeaderClassName
{
color: #400012;
}
.AnyTagClassName
{
color: #400012;
}
</style>
background-color css
<style>
a { background-color: #400012; }
a { background-color: rgb(64,0,18); }
div.DivClassName
{
background-color: #400012;
}
.BgClassName
{
background-color: #400012;
}
</style>
border-color css
<style>
span { border-color: #400012; }
span { border-color: rgb(64,0,18); }
td.TdClassName
{
border-color: #400012;
}
.TagClassName
{
border-color: #400012;
}
</style>