Shades of Rustic Red #40080B
Tints of Rustic Red #40080B
RGB
CMYK
RGB Variations
Color information
#40080B (or 0x40080B) is known color: Rustic Red. HEX triplet: 40, 08 and 0B. RGB value is (64,8,11). Sum of RGB (Red+Green+Blue) = 64+8+11=83 (10% of max value = 765). Red value is 64 (25.39% from 255 or 77.11% from 83); Green value is 8 (3.52% from 255 or 9.64% from 83); Blue value is 11 (4.69% from 255 or 13.25% from 83); Max value from RGB is 64 - color contains mainly: red. Hex color #40080B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40080B is #BFF7F4. Grayscale: #191919. Windows color (decimal): -12580853 or 723008. OLE color: 723008.
HSL color Cylindrical-coordinate representation of color #40080B: hue angle of 356.79º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #40080B is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 8 | 11 | - |
| CMYK | 0 | 0.87 | 0.83 | 0.75 |
| HSL | 356.79º | 0.78% | 0.14% | - |
| HSV(B) | 356.79º | 0.88% | 0.25% | - |
| XYZ | 2.26 | 1.29 | 0.45 | - |
| YUV | 25.09 | 120.05 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 8 | 11 | 0 | 0.87 | 0.83 | 0.75 | 356.79 | 0.78 | 0.14 |
| Hex | 40 | 8 | B | 0 | 57 | 53 | 4B | 165 | 4E | E |
| Octal | 100 | 10 | 13 | 0 | 127 | 123 | 113 | 545 | 116 | 16 |
| Binary | 1000000 | 1000 | 1011 | 0 | 1010111 | 1010011 | 1001011 | 101100101 | 1001110 | 1110 |
Color Harmonies of #40080B
Complementary color
Monochromatic Colors of #40080B
Black with #40080B
Text Example
Text Example
White with #40080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40080B; }
p { color: rgb(64,8,11); }
H1.HeaderClassName
{
color: #40080B;
}
.AnyTagClassName
{
color: #40080B;
}
</style>
background-color css
<style>
a { background-color: #40080B; }
a { background-color: rgb(64,8,11); }
div.DivClassName
{
background-color: #40080B;
}
.BgClassName
{
background-color: #40080B;
}
</style>
border-color css
<style>
span { border-color: #40080B; }
span { border-color: rgb(64,8,11); }
td.TdClassName
{
border-color: #40080B;
}
.TagClassName
{
border-color: #40080B;
}
</style>