Shades of Rustic Red #441315
Tints of Rustic Red #441315
RGB
CMYK
RGB Variations
Color information
#441315 (or 0x441315) is known color: Rustic Red. HEX triplet: 44, 13 and 15. RGB value is (68,19,21). Sum of RGB (Red+Green+Blue) = 68+19+21=108 (14% of max value = 765). Red value is 68 (26.95% from 255 or 62.96% from 108); Green value is 19 (7.81% from 255 or 17.59% from 108); Blue value is 21 (8.59% from 255 or 19.44% from 108); Max value from RGB is 68 - color contains mainly: red. Hex color #441315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441315 is #BBECEA. Grayscale: #212121. Windows color (decimal): -12315883 or 1381188. OLE color: 1381188.
HSL color Cylindrical-coordinate representation of color #441315: hue angle of 357.55º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #441315 is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 19 | 21 | - |
| CMYK | 0 | 0.72 | 0.69 | 0.73 |
| HSL | 357.55º | 0.56% | 0.17% | - |
| HSV(B) | 357.55º | 0.72% | 0.27% | - |
| XYZ | 2.75 | 1.75 | 0.9 | - |
| YUV | 33.88 | 120.73 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 19 | 21 | 0 | 0.72 | 0.69 | 0.73 | 357.55 | 0.56 | 0.17 |
| Hex | 44 | 13 | 15 | 0 | 48 | 45 | 49 | 166 | 38 | 11 |
| Octal | 104 | 23 | 25 | 0 | 110 | 105 | 111 | 546 | 70 | 21 |
| Binary | 1000100 | 10011 | 10101 | 0 | 1001000 | 1000101 | 1001001 | 101100110 | 111000 | 10001 |
Color Harmonies of #441315
Complementary color
Monochromatic Colors of #441315
Black with #441315
Text Example
Text Example
White with #441315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441315; }
p { color: rgb(68,19,21); }
H1.HeaderClassName
{
color: #441315;
}
.AnyTagClassName
{
color: #441315;
}
</style>
background-color css
<style>
a { background-color: #441315; }
a { background-color: rgb(68,19,21); }
div.DivClassName
{
background-color: #441315;
}
.BgClassName
{
background-color: #441315;
}
</style>
border-color css
<style>
span { border-color: #441315; }
span { border-color: rgb(68,19,21); }
td.TdClassName
{
border-color: #441315;
}
.TagClassName
{
border-color: #441315;
}
</style>