Shades of Rustic Red #400B13
Tints of Rustic Red #400B13
RGB
CMYK
RGB Variations
Color information
#400B13 (or 0x400B13) is known color: Rustic Red. HEX triplet: 40, 0B and 13. RGB value is (64,11,19). Sum of RGB (Red+Green+Blue) = 64+11+19=94 (12% of max value = 765). Red value is 64 (25.39% from 255 or 68.09% from 94); Green value is 11 (4.69% from 255 or 11.70% from 94); Blue value is 19 (7.81% from 255 or 20.21% from 94); Max value from RGB is 64 - color contains mainly: red. Hex color #400B13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400B13 is #BFF4EC. Grayscale: #1B1B1B. Windows color (decimal): -12580077 or 1248064. OLE color: 1248064.
HSL color Cylindrical-coordinate representation of color #400B13: hue angle of 350.94º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #400B13 is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 11 | 19 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.75 |
| HSL | 350.94º | 0.71% | 0.15% | - |
| HSV(B) | 350.94º | 0.83% | 0.25% | - |
| XYZ | 2.35 | 1.38 | 0.76 | - |
| YUV | 27.76 | 123.06 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 11 | 19 | 0 | 0.83 | 0.70 | 0.75 | 350.94 | 0.71 | 0.15 |
| Hex | 40 | B | 13 | 0 | 53 | 46 | 4B | 15F | 47 | F |
| Octal | 100 | 13 | 23 | 0 | 123 | 106 | 113 | 537 | 107 | 17 |
| Binary | 1000000 | 1011 | 10011 | 0 | 1010011 | 1000110 | 1001011 | 101011111 | 1000111 | 1111 |
Color Harmonies of #400B13
Complementary color
Monochromatic Colors of #400B13
Black with #400B13
Text Example
Text Example
White with #400B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400B13; }
p { color: rgb(64,11,19); }
H1.HeaderClassName
{
color: #400B13;
}
.AnyTagClassName
{
color: #400B13;
}
</style>
background-color css
<style>
a { background-color: #400B13; }
a { background-color: rgb(64,11,19); }
div.DivClassName
{
background-color: #400B13;
}
.BgClassName
{
background-color: #400B13;
}
</style>
border-color css
<style>
span { border-color: #400B13; }
span { border-color: rgb(64,11,19); }
td.TdClassName
{
border-color: #400B13;
}
.TagClassName
{
border-color: #400B13;
}
</style>