Shades of Rustic Red #400306
Tints of Rustic Red #400306
RGB
CMYK
RGB Variations
Color information
#400306 (or 0x400306) is known color: Rustic Red. HEX triplet: 40, 03 and 06. RGB value is (64,3,6). Sum of RGB (Red+Green+Blue) = 64+3+6=73 (9% of max value = 765). Red value is 64 (25.39% from 255 or 87.67% from 73); Green value is 3 (1.56% from 255 or 4.11% from 73); Blue value is 6 (2.73% from 255 or 8.22% from 73); Max value from RGB is 64 - color contains mainly: red. Hex color #400306 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400306 is #BFFCF9. Grayscale: #151515. Windows color (decimal): -12582138 or 394048. OLE color: 394048.
HSL color Cylindrical-coordinate representation of color #400306: hue angle of 357.05º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400306 is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 3 | 6 | - |
| CMYK | 0 | 0.95 | 0.91 | 0.75 |
| HSL | 357.05º | 0.91% | 0.13% | - |
| HSV(B) | 357.05º | 0.95% | 0.25% | - |
| XYZ | 2.18 | 1.17 | 0.28 | - |
| YUV | 21.58 | 119.21 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 3 | 6 | 0 | 0.95 | 0.91 | 0.75 | 357.05 | 0.91 | 0.13 |
| Hex | 40 | 3 | 6 | 0 | 5F | 5B | 4B | 165 | 5B | D |
| Octal | 100 | 3 | 6 | 0 | 137 | 133 | 113 | 545 | 133 | 15 |
| Binary | 1000000 | 11 | 110 | 0 | 1011111 | 1011011 | 1001011 | 101100101 | 1011011 | 1101 |
Color Harmonies of #400306
Complementary color
Monochromatic Colors of #400306
Black with #400306
Text Example
Text Example
White with #400306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400306; }
p { color: rgb(64,3,6); }
H1.HeaderClassName
{
color: #400306;
}
.AnyTagClassName
{
color: #400306;
}
</style>
background-color css
<style>
a { background-color: #400306; }
a { background-color: rgb(64,3,6); }
div.DivClassName
{
background-color: #400306;
}
.BgClassName
{
background-color: #400306;
}
</style>
border-color css
<style>
span { border-color: #400306; }
span { border-color: rgb(64,3,6); }
td.TdClassName
{
border-color: #400306;
}
.TagClassName
{
border-color: #400306;
}
</style>