Shades of Rustic Red #440A0C
Tints of Rustic Red #440A0C
RGB
CMYK
RGB Variations
Color information
#440A0C (or 0x440A0C) is known color: Rustic Red. HEX triplet: 44, 0A and 0C. RGB value is (68,10,12). Sum of RGB (Red+Green+Blue) = 68+10+12=90 (11% of max value = 765). Red value is 68 (26.95% from 255 or 75.56% from 90); Green value is 10 (4.30% from 255 or 11.11% from 90); Blue value is 12 (5.08% from 255 or 13.33% from 90); Max value from RGB is 68 - color contains mainly: red. Hex color #440A0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440A0C is #BBF5F3. Grayscale: #1B1B1B. Windows color (decimal): -12318196 or 789060. OLE color: 789060.
HSL color Cylindrical-coordinate representation of color #440A0C: hue angle of 357.93º 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 #440A0C is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 10 | 12 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.73 |
| HSL | 357.93º | 0.74% | 0.15% | - |
| HSV(B) | 357.93º | 0.85% | 0.27% | - |
| XYZ | 2.56 | 1.47 | 0.5 | - |
| YUV | 27.57 | 119.22 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 10 | 12 | 0 | 0.85 | 0.82 | 0.73 | 357.93 | 0.74 | 0.15 |
| Hex | 44 | A | C | 0 | 55 | 52 | 49 | 166 | 4A | F |
| Octal | 104 | 12 | 14 | 0 | 125 | 122 | 111 | 546 | 112 | 17 |
| Binary | 1000100 | 1010 | 1100 | 0 | 1010101 | 1010010 | 1001001 | 101100110 | 1001010 | 1111 |
Color Harmonies of #440A0C
Complementary color
Monochromatic Colors of #440A0C
Black with #440A0C
Text Example
Text Example
White with #440A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440A0C; }
p { color: rgb(68,10,12); }
H1.HeaderClassName
{
color: #440A0C;
}
.AnyTagClassName
{
color: #440A0C;
}
</style>
background-color css
<style>
a { background-color: #440A0C; }
a { background-color: rgb(68,10,12); }
div.DivClassName
{
background-color: #440A0C;
}
.BgClassName
{
background-color: #440A0C;
}
</style>
border-color css
<style>
span { border-color: #440A0C; }
span { border-color: rgb(68,10,12); }
td.TdClassName
{
border-color: #440A0C;
}
.TagClassName
{
border-color: #440A0C;
}
</style>