Shades of Rustic Red #440C10
Tints of Rustic Red #440C10
RGB
CMYK
RGB Variations
Color information
#440C10 (or 0x440C10) is known color: Rustic Red. HEX triplet: 44, 0C and 10. RGB value is (68,12,16). Sum of RGB (Red+Green+Blue) = 68+12+16=96 (12% of max value = 765). Red value is 68 (26.95% from 255 or 70.83% from 96); Green value is 12 (5.08% from 255 or 12.5% from 96); Blue value is 16 (6.64% from 255 or 16.67% from 96); Max value from RGB is 68 - color contains mainly: red. Hex color #440C10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440C10 is #BBF3EF. Grayscale: #1D1D1D. Windows color (decimal): -12317680 or 1051716. OLE color: 1051716.
HSL color Cylindrical-coordinate representation of color #440C10: hue angle of 355.71º 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 #440C10 is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 12 | 16 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.73 |
| HSL | 355.71º | 0.7% | 0.16% | - |
| HSV(B) | 355.71º | 0.82% | 0.27% | - |
| XYZ | 2.61 | 1.53 | 0.65 | - |
| YUV | 29.2 | 120.55 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 12 | 16 | 0 | 0.82 | 0.76 | 0.73 | 355.71 | 0.7 | 0.16 |
| Hex | 44 | C | 10 | 0 | 52 | 4C | 49 | 164 | 46 | 10 |
| Octal | 104 | 14 | 20 | 0 | 122 | 114 | 111 | 544 | 106 | 20 |
| Binary | 1000100 | 1100 | 10000 | 0 | 1010010 | 1001100 | 1001001 | 101100100 | 1000110 | 10000 |
Color Harmonies of #440C10
Complementary color
Monochromatic Colors of #440C10
Black with #440C10
Text Example
Text Example
White with #440C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440C10; }
p { color: rgb(68,12,16); }
H1.HeaderClassName
{
color: #440C10;
}
.AnyTagClassName
{
color: #440C10;
}
</style>
background-color css
<style>
a { background-color: #440C10; }
a { background-color: rgb(68,12,16); }
div.DivClassName
{
background-color: #440C10;
}
.BgClassName
{
background-color: #440C10;
}
</style>
border-color css
<style>
span { border-color: #440C10; }
span { border-color: rgb(68,12,16); }
td.TdClassName
{
border-color: #440C10;
}
.TagClassName
{
border-color: #440C10;
}
</style>