Shades of Rustic Red #400C14
Tints of Rustic Red #400C14
RGB
CMYK
RGB Variations
Color information
#400C14 (or 0x400C14) is known color: Rustic Red. HEX triplet: 40, 0C and 14. RGB value is (64,12,20). Sum of RGB (Red+Green+Blue) = 64+12+20=96 (12% of max value = 765). Red value is 64 (25.39% from 255 or 66.67% from 96); Green value is 12 (5.08% from 255 or 12.5% from 96); Blue value is 20 (8.20% from 255 or 20.83% from 96); Max value from RGB is 64 - color contains mainly: red. Hex color #400C14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400C14 is #BFF3EB. Grayscale: #1C1C1C. Windows color (decimal): -12579820 or 1313856. OLE color: 1313856.
HSL color Cylindrical-coordinate representation of color #400C14: hue angle of 350.77º 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 #400C14 is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 12 | 20 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.75 |
| HSL | 350.77º | 0.68% | 0.15% | - |
| HSV(B) | 350.77º | 0.81% | 0.25% | - |
| XYZ | 2.37 | 1.4 | 0.81 | - |
| YUV | 28.46 | 123.23 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 12 | 20 | 0 | 0.81 | 0.69 | 0.75 | 350.77 | 0.68 | 0.15 |
| Hex | 40 | C | 14 | 0 | 51 | 45 | 4B | 15F | 44 | F |
| Octal | 100 | 14 | 24 | 0 | 121 | 105 | 113 | 537 | 104 | 17 |
| Binary | 1000000 | 1100 | 10100 | 0 | 1010001 | 1000101 | 1001011 | 101011111 | 1000100 | 1111 |
Color Harmonies of #400C14
Complementary color
Monochromatic Colors of #400C14
Black with #400C14
Text Example
Text Example
White with #400C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400C14; }
p { color: rgb(64,12,20); }
H1.HeaderClassName
{
color: #400C14;
}
.AnyTagClassName
{
color: #400C14;
}
</style>
background-color css
<style>
a { background-color: #400C14; }
a { background-color: rgb(64,12,20); }
div.DivClassName
{
background-color: #400C14;
}
.BgClassName
{
background-color: #400C14;
}
</style>
border-color css
<style>
span { border-color: #400C14; }
span { border-color: rgb(64,12,20); }
td.TdClassName
{
border-color: #400C14;
}
.TagClassName
{
border-color: #400C14;
}
</style>