Shades of Rustic Red #44090A
Tints of Rustic Red #44090A
RGB
CMYK
RGB Variations
Color information
#44090A (or 0x44090A) is known color: Rustic Red. HEX triplet: 44, 09 and 0A. RGB value is (68,9,10). Sum of RGB (Red+Green+Blue) = 68+9+10=87 (11% of max value = 765). Red value is 68 (26.95% from 255 or 78.16% from 87); Green value is 9 (3.91% from 255 or 10.34% from 87); Blue value is 10 (4.30% from 255 or 11.49% from 87); Max value from RGB is 68 - color contains mainly: red. Hex color #44090A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #44090A is #BBF6F5. Grayscale: #1A1A1A. Windows color (decimal): -12318454 or 657732. OLE color: 657732.
HSL color Cylindrical-coordinate representation of color #44090A: hue angle of 358.98º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #44090A is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 9 | 10 | - |
| CMYK | 0 | 0.87 | 0.85 | 0.73 |
| HSL | 358.98º | 0.77% | 0.15% | - |
| HSV(B) | 358.98º | 0.87% | 0.27% | - |
| XYZ | 2.54 | 1.45 | 0.43 | - |
| YUV | 26.76 | 118.55 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 9 | 10 | 0 | 0.87 | 0.85 | 0.73 | 358.98 | 0.77 | 0.15 |
| Hex | 44 | 9 | A | 0 | 57 | 55 | 49 | 167 | 4D | F |
| Octal | 104 | 11 | 12 | 0 | 127 | 125 | 111 | 547 | 115 | 17 |
| Binary | 1000100 | 1001 | 1010 | 0 | 1010111 | 1010101 | 1001001 | 101100111 | 1001101 | 1111 |
Color Harmonies of #44090A
Complementary color
Monochromatic Colors of #44090A
Black with #44090A
Text Example
Text Example
White with #44090A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44090A; }
p { color: rgb(68,9,10); }
H1.HeaderClassName
{
color: #44090A;
}
.AnyTagClassName
{
color: #44090A;
}
</style>
background-color css
<style>
a { background-color: #44090A; }
a { background-color: rgb(68,9,10); }
div.DivClassName
{
background-color: #44090A;
}
.BgClassName
{
background-color: #44090A;
}
</style>
border-color css
<style>
span { border-color: #44090A; }
span { border-color: rgb(68,9,10); }
td.TdClassName
{
border-color: #44090A;
}
.TagClassName
{
border-color: #44090A;
}
</style>