Shades of Rustic Red #400613
Tints of Rustic Red #400613
RGB
CMYK
RGB Variations
Color information
#400613 (or 0x400613) is known color: Rustic Red. HEX triplet: 40, 06 and 13. RGB value is (64,6,19). Sum of RGB (Red+Green+Blue) = 64+6+19=89 (11% of max value = 765). Red value is 64 (25.39% from 255 or 71.91% from 89); Green value is 6 (2.73% from 255 or 6.74% from 89); Blue value is 19 (7.81% from 255 or 21.35% from 89); Max value from RGB is 64 - color contains mainly: red. Hex color #400613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400613 is #BFF9EC. Grayscale: #181818. Windows color (decimal): -12581357 or 1246784. OLE color: 1246784.
HSL color Cylindrical-coordinate representation of color #400613: hue angle of 346.55º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #400613 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 6 | 19 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.75 |
| HSL | 346.55º | 0.83% | 0.14% | - |
| HSV(B) | 346.55º | 0.91% | 0.25% | - |
| XYZ | 2.3 | 1.27 | 0.74 | - |
| YUV | 24.82 | 124.72 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 6 | 19 | 0 | 0.91 | 0.70 | 0.75 | 346.55 | 0.83 | 0.14 |
| Hex | 40 | 6 | 13 | 0 | 5B | 46 | 4B | 15B | 53 | E |
| Octal | 100 | 6 | 23 | 0 | 133 | 106 | 113 | 533 | 123 | 16 |
| Binary | 1000000 | 110 | 10011 | 0 | 1011011 | 1000110 | 1001011 | 101011011 | 1010011 | 1110 |
Color Harmonies of #400613
Complementary color
Monochromatic Colors of #400613
Black with #400613
Text Example
Text Example
White with #400613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400613; }
p { color: rgb(64,6,19); }
H1.HeaderClassName
{
color: #400613;
}
.AnyTagClassName
{
color: #400613;
}
</style>
background-color css
<style>
a { background-color: #400613; }
a { background-color: rgb(64,6,19); }
div.DivClassName
{
background-color: #400613;
}
.BgClassName
{
background-color: #400613;
}
</style>
border-color css
<style>
span { border-color: #400613; }
span { border-color: rgb(64,6,19); }
td.TdClassName
{
border-color: #400613;
}
.TagClassName
{
border-color: #400613;
}
</style>