Shades of Rustic Red #441719
Tints of Rustic Red #441719
RGB
CMYK
RGB Variations
Color information
#441719 (or 0x441719) is known color: Rustic Red. HEX triplet: 44, 17 and 19. RGB value is (68,23,25). Sum of RGB (Red+Green+Blue) = 68+23+25=116 (15% of max value = 765). Red value is 68 (26.95% from 255 or 58.62% from 116); Green value is 23 (9.38% from 255 or 19.83% from 116); Blue value is 25 (10.16% from 255 or 21.55% from 116); Max value from RGB is 68 - color contains mainly: red. Hex color #441719 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441719 is #BBE8E6. Grayscale: #242424. Windows color (decimal): -12314855 or 1644356. OLE color: 1644356.
HSL color Cylindrical-coordinate representation of color #441719: hue angle of 357.33º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #441719 is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 23 | 25 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.73 |
| HSL | 357.33º | 0.49% | 0.18% | - |
| HSV(B) | 357.33º | 0.66% | 0.27% | - |
| XYZ | 2.87 | 1.91 | 1.14 | - |
| YUV | 36.68 | 121.41 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 23 | 25 | 0 | 0.66 | 0.63 | 0.73 | 357.33 | 0.49 | 0.18 |
| Hex | 44 | 17 | 19 | 0 | 42 | 3F | 49 | 165 | 31 | 12 |
| Octal | 104 | 27 | 31 | 0 | 102 | 77 | 111 | 545 | 61 | 22 |
| Binary | 1000100 | 10111 | 11001 | 0 | 1000010 | 111111 | 1001001 | 101100101 | 110001 | 10010 |
Color Harmonies of #441719
Complementary color
Monochromatic Colors of #441719
Black with #441719
Text Example
Text Example
White with #441719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441719; }
p { color: rgb(68,23,25); }
H1.HeaderClassName
{
color: #441719;
}
.AnyTagClassName
{
color: #441719;
}
</style>
background-color css
<style>
a { background-color: #441719; }
a { background-color: rgb(68,23,25); }
div.DivClassName
{
background-color: #441719;
}
.BgClassName
{
background-color: #441719;
}
</style>
border-color css
<style>
span { border-color: #441719; }
span { border-color: rgb(68,23,25); }
td.TdClassName
{
border-color: #441719;
}
.TagClassName
{
border-color: #441719;
}
</style>