Shades of Rustic Red #400C0D
Tints of Rustic Red #400C0D
RGB
CMYK
RGB Variations
Color information
#400C0D (or 0x400C0D) is known color: Rustic Red. HEX triplet: 40, 0C and 0D. RGB value is (64,12,13). Sum of RGB (Red+Green+Blue) = 64+12+13=89 (11% of max value = 765). Red value is 64 (25.39% from 255 or 71.91% from 89); Green value is 12 (5.08% from 255 or 13.48% from 89); Blue value is 13 (5.47% from 255 or 14.61% from 89); Max value from RGB is 64 - color contains mainly: red. Hex color #400C0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400C0D is #BFF3F2. Grayscale: #1B1B1B. Windows color (decimal): -12579827 or 855104. OLE color: 855104.
HSL color Cylindrical-coordinate representation of color #400C0D: hue angle of 358.85º 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 #400C0D is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 12 | 13 | - |
| CMYK | 0 | 0.81 | 0.80 | 0.75 |
| HSL | 358.85º | 0.68% | 0.15% | - |
| HSV(B) | 358.85º | 0.81% | 0.25% | - |
| XYZ | 2.32 | 1.38 | 0.53 | - |
| YUV | 27.66 | 119.73 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 12 | 13 | 0 | 0.81 | 0.80 | 0.75 | 358.85 | 0.68 | 0.15 |
| Hex | 40 | C | D | 0 | 51 | 50 | 4B | 167 | 44 | F |
| Octal | 100 | 14 | 15 | 0 | 121 | 120 | 113 | 547 | 104 | 17 |
| Binary | 1000000 | 1100 | 1101 | 0 | 1010001 | 1010000 | 1001011 | 101100111 | 1000100 | 1111 |
Color Harmonies of #400C0D
Complementary color
Monochromatic Colors of #400C0D
Black with #400C0D
Text Example
Text Example
White with #400C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400C0D; }
p { color: rgb(64,12,13); }
H1.HeaderClassName
{
color: #400C0D;
}
.AnyTagClassName
{
color: #400C0D;
}
</style>
background-color css
<style>
a { background-color: #400C0D; }
a { background-color: rgb(64,12,13); }
div.DivClassName
{
background-color: #400C0D;
}
.BgClassName
{
background-color: #400C0D;
}
</style>
border-color css
<style>
span { border-color: #400C0D; }
span { border-color: rgb(64,12,13); }
td.TdClassName
{
border-color: #400C0D;
}
.TagClassName
{
border-color: #400C0D;
}
</style>