Shades of Rustic Red #400002
Tints of Rustic Red #400002
RGB
CMYK
RGB Variations
Color information
#400002 (or 0x400002) is known color: Rustic Red. HEX triplet: 40, 00 and 02. RGB value is (64,0,2). Sum of RGB (Red+Green+Blue) = 64+0+2=66 (8% of max value = 765). Red value is 64 (25.39% from 255 or 96.97% from 66); Green value is 0 (0.39% from 255 or 0% from 66); Blue value is 2 (1.17% from 255 or 3.03% from 66); Max value from RGB is 64 - color contains mainly: red. Hex color #400002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400002 is #BFFFFD. Grayscale: #131313. Windows color (decimal): -12582910 or 131136. OLE color: 131136.
HSL color Cylindrical-coordinate representation of color #400002: hue angle of 358.12º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #400002 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 0 | 2 | - |
| CMYK | 0 | 1 | 0.97 | 0.75 |
| HSL | 358.13º | 1% | 0.13% | - |
| HSV(B) | 358.13º | 1% | 0.25% | - |
| XYZ | 2.13 | 1.09 | 0.16 | - |
| YUV | 19.36 | 118.2 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 0 | 2 | 0 | 1 | 0.97 | 0.75 | 358.13 | 1 | 0.13 |
| Hex | 40 | 0 | 2 | 0 | 64 | 61 | 4B | 166 | 64 | D |
| Octal | 100 | 0 | 2 | 0 | 144 | 141 | 113 | 546 | 144 | 15 |
| Binary | 1000000 | 0 | 10 | 0 | 1100100 | 1100001 | 1001011 | 101100110 | 1100100 | 1101 |
Color Harmonies of #400002
Complementary color
Monochromatic Colors of #400002
Black with #400002
Text Example
Text Example
White with #400002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400002; }
p { color: rgb(64,0,2); }
H1.HeaderClassName
{
color: #400002;
}
.AnyTagClassName
{
color: #400002;
}
</style>
background-color css
<style>
a { background-color: #400002; }
a { background-color: rgb(64,0,2); }
div.DivClassName
{
background-color: #400002;
}
.BgClassName
{
background-color: #400002;
}
</style>
border-color css
<style>
span { border-color: #400002; }
span { border-color: rgb(64,0,2); }
td.TdClassName
{
border-color: #400002;
}
.TagClassName
{
border-color: #400002;
}
</style>