Shades of Rustic Red #440612
Tints of Rustic Red #440612
RGB
CMYK
RGB Variations
Color information
#440612 (or 0x440612) is known color: Rustic Red. HEX triplet: 44, 06 and 12. RGB value is (68,6,18). Sum of RGB (Red+Green+Blue) = 68+6+18=92 (12% of max value = 765). Red value is 68 (26.95% from 255 or 73.91% from 92); Green value is 6 (2.73% from 255 or 6.52% from 92); Blue value is 18 (7.42% from 255 or 19.57% from 92); Max value from RGB is 68 - color contains mainly: red. Hex color #440612 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440612 is #BBF9ED. Grayscale: #191919. Windows color (decimal): -12319214 or 1181252. OLE color: 1181252.
HSL color Cylindrical-coordinate representation of color #440612: hue angle of 348.39º 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 #440612 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 6 | 18 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.73 |
| HSL | 348.39º | 0.84% | 0.15% | - |
| HSV(B) | 348.39º | 0.91% | 0.27% | - |
| XYZ | 2.56 | 1.4 | 0.71 | - |
| YUV | 25.91 | 123.54 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 6 | 18 | 0 | 0.91 | 0.74 | 0.73 | 348.39 | 0.84 | 0.15 |
| Hex | 44 | 6 | 12 | 0 | 5B | 4A | 49 | 15C | 54 | F |
| Octal | 104 | 6 | 22 | 0 | 133 | 112 | 111 | 534 | 124 | 17 |
| Binary | 1000100 | 110 | 10010 | 0 | 1011011 | 1001010 | 1001001 | 101011100 | 1010100 | 1111 |
Color Harmonies of #440612
Complementary color
Monochromatic Colors of #440612
Black with #440612
Text Example
Text Example
White with #440612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440612; }
p { color: rgb(68,6,18); }
H1.HeaderClassName
{
color: #440612;
}
.AnyTagClassName
{
color: #440612;
}
</style>
background-color css
<style>
a { background-color: #440612; }
a { background-color: rgb(68,6,18); }
div.DivClassName
{
background-color: #440612;
}
.BgClassName
{
background-color: #440612;
}
</style>
border-color css
<style>
span { border-color: #440612; }
span { border-color: rgb(68,6,18); }
td.TdClassName
{
border-color: #440612;
}
.TagClassName
{
border-color: #440612;
}
</style>