Shades of Rustic Red #40030F
Tints of Rustic Red #40030F
RGB
CMYK
RGB Variations
Color information
#40030F (or 0x40030F) is known color: Rustic Red. HEX triplet: 40, 03 and 0F. RGB value is (64,3,15). Sum of RGB (Red+Green+Blue) = 64+3+15=82 (10% of max value = 765). Red value is 64 (25.39% from 255 or 78.05% from 82); Green value is 3 (1.56% from 255 or 3.66% from 82); Blue value is 15 (6.25% from 255 or 18.29% from 82); Max value from RGB is 64 - color contains mainly: red. Hex color #40030F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40030F is #BFFCF0. Grayscale: #161616. Windows color (decimal): -12582129 or 983872. OLE color: 983872.
HSL color Cylindrical-coordinate representation of color #40030F: hue angle of 348.2º 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 #40030F is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 3 | 15 | - |
| CMYK | 0 | 0.95 | 0.77 | 0.75 |
| HSL | 348.2º | 0.91% | 0.13% | - |
| HSV(B) | 348.2º | 0.95% | 0.25% | - |
| XYZ | 2.23 | 1.19 | 0.56 | - |
| YUV | 22.61 | 123.71 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 3 | 15 | 0 | 0.95 | 0.77 | 0.75 | 348.2 | 0.91 | 0.13 |
| Hex | 40 | 3 | F | 0 | 5F | 4D | 4B | 15C | 5B | D |
| Octal | 100 | 3 | 17 | 0 | 137 | 115 | 113 | 534 | 133 | 15 |
| Binary | 1000000 | 11 | 1111 | 0 | 1011111 | 1001101 | 1001011 | 101011100 | 1011011 | 1101 |
Color Harmonies of #40030F
Complementary color
Monochromatic Colors of #40030F
Black with #40030F
Text Example
Text Example
White with #40030F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40030F; }
p { color: rgb(64,3,15); }
H1.HeaderClassName
{
color: #40030F;
}
.AnyTagClassName
{
color: #40030F;
}
</style>
background-color css
<style>
a { background-color: #40030F; }
a { background-color: rgb(64,3,15); }
div.DivClassName
{
background-color: #40030F;
}
.BgClassName
{
background-color: #40030F;
}
</style>
border-color css
<style>
span { border-color: #40030F; }
span { border-color: rgb(64,3,15); }
td.TdClassName
{
border-color: #40030F;
}
.TagClassName
{
border-color: #40030F;
}
</style>