Shades of Rustic Red #44010A
Tints of Rustic Red #44010A
RGB
CMYK
RGB Variations
Color information
#44010A (or 0x44010A) is known color: Rustic Red. HEX triplet: 44, 01 and 0A. RGB value is (68,1,10). Sum of RGB (Red+Green+Blue) = 68+1+10=79 (10% of max value = 765). Red value is 68 (26.95% from 255 or 86.08% from 79); Green value is 1 (0.78% from 255 or 1.27% from 79); Blue value is 10 (4.30% from 255 or 12.66% from 79); Max value from RGB is 68 - color contains mainly: red. Hex color #44010A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #44010A is #BBFEF5. Grayscale: #161616. Windows color (decimal): -12320502 or 655684. OLE color: 655684.
HSL color Cylindrical-coordinate representation of color #44010A: hue angle of 351.94º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #44010A is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 1 | 10 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.73 |
| HSL | 351.94º | 0.97% | 0.14% | - |
| HSV(B) | 351.94º | 0.99% | 0.27% | - |
| XYZ | 2.45 | 1.27 | 0.4 | - |
| YUV | 22.06 | 121.2 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 1 | 10 | 0 | 0.99 | 0.85 | 0.73 | 351.94 | 0.97 | 0.14 |
| Hex | 44 | 1 | A | 0 | 63 | 55 | 49 | 160 | 61 | E |
| Octal | 104 | 1 | 12 | 0 | 143 | 125 | 111 | 540 | 141 | 16 |
| Binary | 1000100 | 1 | 1010 | 0 | 1100011 | 1010101 | 1001001 | 101100000 | 1100001 | 1110 |
Color Harmonies of #44010A
Complementary color
Monochromatic Colors of #44010A
Black with #44010A
Text Example
Text Example
White with #44010A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44010A; }
p { color: rgb(68,1,10); }
H1.HeaderClassName
{
color: #44010A;
}
.AnyTagClassName
{
color: #44010A;
}
</style>
background-color css
<style>
a { background-color: #44010A; }
a { background-color: rgb(68,1,10); }
div.DivClassName
{
background-color: #44010A;
}
.BgClassName
{
background-color: #44010A;
}
</style>
border-color css
<style>
span { border-color: #44010A; }
span { border-color: rgb(68,1,10); }
td.TdClassName
{
border-color: #44010A;
}
.TagClassName
{
border-color: #44010A;
}
</style>