Shades of Rustic Red #44060A
Tints of Rustic Red #44060A
RGB
CMYK
RGB Variations
Color information
#44060A (or 0x44060A) is known color: Rustic Red. HEX triplet: 44, 06 and 0A. RGB value is (68,6,10). Sum of RGB (Red+Green+Blue) = 68+6+10=84 (11% of max value = 765). Red value is 68 (26.95% from 255 or 80.95% from 84); Green value is 6 (2.73% from 255 or 7.14% from 84); Blue value is 10 (4.30% from 255 or 11.90% from 84); Max value from RGB is 68 - color contains mainly: red. Hex color #44060A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #44060A is #BBF9F5. Grayscale: #191919. Windows color (decimal): -12319222 or 656964. OLE color: 656964.
HSL color Cylindrical-coordinate representation of color #44060A: hue angle of 356.13º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #44060A is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 6 | 10 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.73 |
| HSL | 356.13º | 0.84% | 0.15% | - |
| HSV(B) | 356.13º | 0.91% | 0.27% | - |
| XYZ | 2.5 | 1.38 | 0.42 | - |
| YUV | 24.99 | 119.54 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 6 | 10 | 0 | 0.91 | 0.85 | 0.73 | 356.13 | 0.84 | 0.15 |
| Hex | 44 | 6 | A | 0 | 5B | 55 | 49 | 164 | 54 | F |
| Octal | 104 | 6 | 12 | 0 | 133 | 125 | 111 | 544 | 124 | 17 |
| Binary | 1000100 | 110 | 1010 | 0 | 1011011 | 1010101 | 1001001 | 101100100 | 1010100 | 1111 |
Color Harmonies of #44060A
Complementary color
Monochromatic Colors of #44060A
Black with #44060A
Text Example
Text Example
White with #44060A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44060A; }
p { color: rgb(68,6,10); }
H1.HeaderClassName
{
color: #44060A;
}
.AnyTagClassName
{
color: #44060A;
}
</style>
background-color css
<style>
a { background-color: #44060A; }
a { background-color: rgb(68,6,10); }
div.DivClassName
{
background-color: #44060A;
}
.BgClassName
{
background-color: #44060A;
}
</style>
border-color css
<style>
span { border-color: #44060A; }
span { border-color: rgb(68,6,10); }
td.TdClassName
{
border-color: #44060A;
}
.TagClassName
{
border-color: #44060A;
}
</style>