Shades of Rustic Red #400203
Tints of Rustic Red #400203
RGB
CMYK
RGB Variations
Color information
#400203 (or 0x400203) is known color: Rustic Red. HEX triplet: 40, 02 and 03. RGB value is (64,2,3). Sum of RGB (Red+Green+Blue) = 64+2+3=69 (9% of max value = 765). Red value is 64 (25.39% from 255 or 92.75% from 69); Green value is 2 (1.17% from 255 or 2.90% from 69); Blue value is 3 (1.56% from 255 or 4.35% from 69); Max value from RGB is 64 - color contains mainly: red. Hex color #400203 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400203 is #BFFDFC. Grayscale: #141414. Windows color (decimal): -12582397 or 197184. OLE color: 197184.
HSL color Cylindrical-coordinate representation of color #400203: hue angle of 359.03º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #400203 is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 2 | 3 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.75 |
| HSL | 359.03º | 0.94% | 0.13% | - |
| HSV(B) | 359.03º | 0.97% | 0.25% | - |
| XYZ | 2.15 | 1.14 | 0.19 | - |
| YUV | 20.65 | 118.04 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 2 | 3 | 0 | 0.97 | 0.95 | 0.75 | 359.03 | 0.94 | 0.13 |
| Hex | 40 | 2 | 3 | 0 | 61 | 5F | 4B | 167 | 5E | D |
| Octal | 100 | 2 | 3 | 0 | 141 | 137 | 113 | 547 | 136 | 15 |
| Binary | 1000000 | 10 | 11 | 0 | 1100001 | 1011111 | 1001011 | 101100111 | 1011110 | 1101 |
Color Harmonies of #400203
Complementary color
Monochromatic Colors of #400203
Black with #400203
Text Example
Text Example
White with #400203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400203; }
p { color: rgb(64,2,3); }
H1.HeaderClassName
{
color: #400203;
}
.AnyTagClassName
{
color: #400203;
}
</style>
background-color css
<style>
a { background-color: #400203; }
a { background-color: rgb(64,2,3); }
div.DivClassName
{
background-color: #400203;
}
.BgClassName
{
background-color: #400203;
}
</style>
border-color css
<style>
span { border-color: #400203; }
span { border-color: rgb(64,2,3); }
td.TdClassName
{
border-color: #400203;
}
.TagClassName
{
border-color: #400203;
}
</style>