Shades of Rustic Red #400C1A
Tints of Rustic Red #400C1A
RGB
CMYK
RGB Variations
Color information
#400C1A (or 0x400C1A) is known color: Rustic Red. HEX triplet: 40, 0C and 1A. RGB value is (64,12,26). Sum of RGB (Red+Green+Blue) = 64+12+26=102 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.75% from 102); Green value is 12 (5.08% from 255 or 11.76% from 102); Blue value is 26 (10.55% from 255 or 25.49% from 102); Max value from RGB is 64 - color contains mainly: red. Hex color #400C1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400C1A is #BFF3E5. Grayscale: #1D1D1D. Windows color (decimal): -12579814 or 1707072. OLE color: 1707072.
HSL color Cylindrical-coordinate representation of color #400C1A: hue angle of 343.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 #400C1A is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 12 | 26 | - |
| CMYK | 0 | 0.81 | 0.59 | 0.75 |
| HSL | 343.85º | 0.68% | 0.15% | - |
| HSV(B) | 343.85º | 0.81% | 0.25% | - |
| XYZ | 2.43 | 1.43 | 1.12 | - |
| YUV | 29.14 | 126.23 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 12 | 26 | 0 | 0.81 | 0.59 | 0.75 | 343.85 | 0.68 | 0.15 |
| Hex | 40 | C | 1A | 0 | 51 | 3B | 4B | 158 | 44 | F |
| Octal | 100 | 14 | 32 | 0 | 121 | 73 | 113 | 530 | 104 | 17 |
| Binary | 1000000 | 1100 | 11010 | 0 | 1010001 | 111011 | 1001011 | 101011000 | 1000100 | 1111 |
Color Harmonies of #400C1A
Complementary color
Monochromatic Colors of #400C1A
Black with #400C1A
Text Example
Text Example
White with #400C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400C1A; }
p { color: rgb(64,12,26); }
H1.HeaderClassName
{
color: #400C1A;
}
.AnyTagClassName
{
color: #400C1A;
}
</style>
background-color css
<style>
a { background-color: #400C1A; }
a { background-color: rgb(64,12,26); }
div.DivClassName
{
background-color: #400C1A;
}
.BgClassName
{
background-color: #400C1A;
}
</style>
border-color css
<style>
span { border-color: #400C1A; }
span { border-color: rgb(64,12,26); }
td.TdClassName
{
border-color: #400C1A;
}
.TagClassName
{
border-color: #400C1A;
}
</style>