Shades of Rustic Red #400C19
Tints of Rustic Red #400C19
RGB
CMYK
RGB Variations
Color information
#400C19 (or 0x400C19) is known color: Rustic Red. HEX triplet: 40, 0C and 19. RGB value is (64,12,25). Sum of RGB (Red+Green+Blue) = 64+12+25=101 (13% of max value = 765). Red value is 64 (25.39% from 255 or 63.37% from 101); Green value is 12 (5.08% from 255 or 11.88% from 101); Blue value is 25 (10.16% from 255 or 24.75% from 101); Max value from RGB is 64 - color contains mainly: red. Hex color #400C19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400C19 is #BFF3E6. Grayscale: #1D1D1D. Windows color (decimal): -12579815 or 1641536. OLE color: 1641536.
HSL color Cylindrical-coordinate representation of color #400C19: hue angle of 345º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #400C19 is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 12 | 25 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.75 |
| HSL | 345º | 0.68% | 0.15% | - |
| HSV(B) | 345º | 0.81% | 0.25% | - |
| XYZ | 2.42 | 1.42 | 1.07 | - |
| YUV | 29.03 | 125.73 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 12 | 25 | 0 | 0.81 | 0.61 | 0.75 | 345 | 0.68 | 0.15 |
| Hex | 40 | C | 19 | 0 | 51 | 3D | 4B | 159 | 44 | F |
| Octal | 100 | 14 | 31 | 0 | 121 | 75 | 113 | 531 | 104 | 17 |
| Binary | 1000000 | 1100 | 11001 | 0 | 1010001 | 111101 | 1001011 | 101011001 | 1000100 | 1111 |
Color Harmonies of #400C19
Complementary color
Monochromatic Colors of #400C19
Black with #400C19
Text Example
Text Example
White with #400C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400C19; }
p { color: rgb(64,12,25); }
H1.HeaderClassName
{
color: #400C19;
}
.AnyTagClassName
{
color: #400C19;
}
</style>
background-color css
<style>
a { background-color: #400C19; }
a { background-color: rgb(64,12,25); }
div.DivClassName
{
background-color: #400C19;
}
.BgClassName
{
background-color: #400C19;
}
</style>
border-color css
<style>
span { border-color: #400C19; }
span { border-color: rgb(64,12,25); }
td.TdClassName
{
border-color: #400C19;
}
.TagClassName
{
border-color: #400C19;
}
</style>