Shades of Rustic Red #440613
Tints of Rustic Red #440613
RGB
CMYK
RGB Variations
Color information
#440613 (or 0x440613) is known color: Rustic Red. HEX triplet: 44, 06 and 13. RGB value is (68,6,19). Sum of RGB (Red+Green+Blue) = 68+6+19=93 (12% of max value = 765). Red value is 68 (26.95% from 255 or 73.12% from 93); Green value is 6 (2.73% from 255 or 6.45% from 93); Blue value is 19 (7.81% from 255 or 20.43% from 93); Max value from RGB is 68 - color contains mainly: red. Hex color #440613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440613 is #BBF9EC. Grayscale: #1A1A1A. Windows color (decimal): -12319213 or 1246788. OLE color: 1246788.
HSL color Cylindrical-coordinate representation of color #440613: hue angle of 347.42º 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 #440613 is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 6 | 19 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.73 |
| HSL | 347.42º | 0.84% | 0.15% | - |
| HSV(B) | 347.42º | 0.91% | 0.27% | - |
| XYZ | 2.57 | 1.41 | 0.75 | - |
| YUV | 26.02 | 124.04 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 6 | 19 | 0 | 0.91 | 0.72 | 0.73 | 347.42 | 0.84 | 0.15 |
| Hex | 44 | 6 | 13 | 0 | 5B | 48 | 49 | 15B | 54 | F |
| Octal | 104 | 6 | 23 | 0 | 133 | 110 | 111 | 533 | 124 | 17 |
| Binary | 1000100 | 110 | 10011 | 0 | 1011011 | 1001000 | 1001001 | 101011011 | 1010100 | 1111 |
Color Harmonies of #440613
Complementary color
Monochromatic Colors of #440613
Black with #440613
Text Example
Text Example
White with #440613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440613; }
p { color: rgb(68,6,19); }
H1.HeaderClassName
{
color: #440613;
}
.AnyTagClassName
{
color: #440613;
}
</style>
background-color css
<style>
a { background-color: #440613; }
a { background-color: rgb(68,6,19); }
div.DivClassName
{
background-color: #440613;
}
.BgClassName
{
background-color: #440613;
}
</style>
border-color css
<style>
span { border-color: #440613; }
span { border-color: rgb(68,6,19); }
td.TdClassName
{
border-color: #440613;
}
.TagClassName
{
border-color: #440613;
}
</style>