Shades of Rustic Red #400C16
Tints of Rustic Red #400C16
RGB
CMYK
RGB Variations
Color information
#400C16 (or 0x400C16) is known color: Rustic Red. HEX triplet: 40, 0C and 16. RGB value is (64,12,22). Sum of RGB (Red+Green+Blue) = 64+12+22=98 (12% of max value = 765). Red value is 64 (25.39% from 255 or 65.31% from 98); Green value is 12 (5.08% from 255 or 12.24% from 98); Blue value is 22 (8.98% from 255 or 22.45% from 98); Max value from RGB is 64 - color contains mainly: red. Hex color #400C16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400C16 is #BFF3E9. Grayscale: #1C1C1C. Windows color (decimal): -12579818 or 1444928. OLE color: 1444928.
HSL color Cylindrical-coordinate representation of color #400C16: hue angle of 348.46º 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 #400C16 is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 12 | 22 | - |
| CMYK | 0 | 0.81 | 0.66 | 0.75 |
| HSL | 348.46º | 0.68% | 0.15% | - |
| HSV(B) | 348.46º | 0.81% | 0.25% | - |
| XYZ | 2.39 | 1.41 | 0.91 | - |
| YUV | 28.69 | 124.23 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 12 | 22 | 0 | 0.81 | 0.66 | 0.75 | 348.46 | 0.68 | 0.15 |
| Hex | 40 | C | 16 | 0 | 51 | 42 | 4B | 15C | 44 | F |
| Octal | 100 | 14 | 26 | 0 | 121 | 102 | 113 | 534 | 104 | 17 |
| Binary | 1000000 | 1100 | 10110 | 0 | 1010001 | 1000010 | 1001011 | 101011100 | 1000100 | 1111 |
Color Harmonies of #400C16
Complementary color
Monochromatic Colors of #400C16
Black with #400C16
Text Example
Text Example
White with #400C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400C16; }
p { color: rgb(64,12,22); }
H1.HeaderClassName
{
color: #400C16;
}
.AnyTagClassName
{
color: #400C16;
}
</style>
background-color css
<style>
a { background-color: #400C16; }
a { background-color: rgb(64,12,22); }
div.DivClassName
{
background-color: #400C16;
}
.BgClassName
{
background-color: #400C16;
}
</style>
border-color css
<style>
span { border-color: #400C16; }
span { border-color: rgb(64,12,22); }
td.TdClassName
{
border-color: #400C16;
}
.TagClassName
{
border-color: #400C16;
}
</style>