Shades of Rustic Red #440A0E
Tints of Rustic Red #440A0E
RGB
CMYK
RGB Variations
Color information
#440A0E (or 0x440A0E) is known color: Rustic Red. HEX triplet: 44, 0A and 0E. RGB value is (68,10,14). Sum of RGB (Red+Green+Blue) = 68+10+14=92 (12% of max value = 765). Red value is 68 (26.95% from 255 or 73.91% from 92); Green value is 10 (4.30% from 255 or 10.87% from 92); Blue value is 14 (5.86% from 255 or 15.22% from 92); Max value from RGB is 68 - color contains mainly: red. Hex color #440A0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440A0E is #BBF5F1. Grayscale: #1B1B1B. Windows color (decimal): -12318194 or 920132. OLE color: 920132.
HSL color Cylindrical-coordinate representation of color #440A0E: hue angle of 355.86º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #440A0E is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 10 | 14 | - |
| CMYK | 0 | 0.85 | 0.79 | 0.73 |
| HSL | 355.86º | 0.74% | 0.15% | - |
| HSV(B) | 355.86º | 0.85% | 0.27% | - |
| XYZ | 2.57 | 1.48 | 0.57 | - |
| YUV | 27.8 | 120.22 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 10 | 14 | 0 | 0.85 | 0.79 | 0.73 | 355.86 | 0.74 | 0.15 |
| Hex | 44 | A | E | 0 | 55 | 4F | 49 | 164 | 4A | F |
| Octal | 104 | 12 | 16 | 0 | 125 | 117 | 111 | 544 | 112 | 17 |
| Binary | 1000100 | 1010 | 1110 | 0 | 1010101 | 1001111 | 1001001 | 101100100 | 1001010 | 1111 |
Color Harmonies of #440A0E
Complementary color
Monochromatic Colors of #440A0E
Black with #440A0E
Text Example
Text Example
White with #440A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440A0E; }
p { color: rgb(68,10,14); }
H1.HeaderClassName
{
color: #440A0E;
}
.AnyTagClassName
{
color: #440A0E;
}
</style>
background-color css
<style>
a { background-color: #440A0E; }
a { background-color: rgb(68,10,14); }
div.DivClassName
{
background-color: #440A0E;
}
.BgClassName
{
background-color: #440A0E;
}
</style>
border-color css
<style>
span { border-color: #440A0E; }
span { border-color: rgb(68,10,14); }
td.TdClassName
{
border-color: #440A0E;
}
.TagClassName
{
border-color: #440A0E;
}
</style>