Shades of Rustic Red #440C18
Tints of Rustic Red #440C18
RGB
CMYK
RGB Variations
Color information
#440C18 (or 0x440C18) is known color: Rustic Red. HEX triplet: 44, 0C and 18. RGB value is (68,12,24). Sum of RGB (Red+Green+Blue) = 68+12+24=104 (13% of max value = 765). Red value is 68 (26.95% from 255 or 65.38% from 104); Green value is 12 (5.08% from 255 or 11.54% from 104); Blue value is 24 (9.77% from 255 or 23.08% from 104); Max value from RGB is 68 - color contains mainly: red. Hex color #440C18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440C18 is #BBF3E7. Grayscale: #1E1E1E. Windows color (decimal): -12317672 or 1576004. OLE color: 1576004.
HSL color Cylindrical-coordinate representation of color #440C18: hue angle of 347.14º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #440C18 is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 12 | 24 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.73 |
| HSL | 347.14º | 0.7% | 0.16% | - |
| HSV(B) | 347.14º | 0.82% | 0.27% | - |
| XYZ | 2.68 | 1.56 | 1.02 | - |
| YUV | 30.11 | 124.55 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 12 | 24 | 0 | 0.82 | 0.65 | 0.73 | 347.14 | 0.7 | 0.16 |
| Hex | 44 | C | 18 | 0 | 52 | 41 | 49 | 15B | 46 | 10 |
| Octal | 104 | 14 | 30 | 0 | 122 | 101 | 111 | 533 | 106 | 20 |
| Binary | 1000100 | 1100 | 11000 | 0 | 1010010 | 1000001 | 1001001 | 101011011 | 1000110 | 10000 |
Color Harmonies of #440C18
Complementary color
Monochromatic Colors of #440C18
Black with #440C18
Text Example
Text Example
White with #440C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440C18; }
p { color: rgb(68,12,24); }
H1.HeaderClassName
{
color: #440C18;
}
.AnyTagClassName
{
color: #440C18;
}
</style>
background-color css
<style>
a { background-color: #440C18; }
a { background-color: rgb(68,12,24); }
div.DivClassName
{
background-color: #440C18;
}
.BgClassName
{
background-color: #440C18;
}
</style>
border-color css
<style>
span { border-color: #440C18; }
span { border-color: rgb(68,12,24); }
td.TdClassName
{
border-color: #440C18;
}
.TagClassName
{
border-color: #440C18;
}
</style>