Shades of Rustic Red #440309
Tints of Rustic Red #440309
RGB
CMYK
RGB Variations
Color information
#440309 (or 0x440309) is known color: Rustic Red. HEX triplet: 44, 03 and 09. RGB value is (68,3,9). Sum of RGB (Red+Green+Blue) = 68+3+9=80 (10% of max value = 765). Red value is 68 (26.95% from 255 or 85% from 80); Green value is 3 (1.56% from 255 or 3.75% from 80); Blue value is 9 (3.91% from 255 or 11.25% from 80); Max value from RGB is 68 - color contains mainly: red. Hex color #440309 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440309 is #BBFCF6. Grayscale: #171717. Windows color (decimal): -12319991 or 590660. OLE color: 590660.
HSL color Cylindrical-coordinate representation of color #440309: hue angle of 354.46º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #440309 is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 3 | 9 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.73 |
| HSL | 354.46º | 0.92% | 0.14% | - |
| HSV(B) | 354.46º | 0.96% | 0.27% | - |
| XYZ | 2.47 | 1.31 | 0.38 | - |
| YUV | 23.12 | 120.03 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 3 | 9 | 0 | 0.96 | 0.87 | 0.73 | 354.46 | 0.92 | 0.14 |
| Hex | 44 | 3 | 9 | 0 | 60 | 57 | 49 | 162 | 5C | E |
| Octal | 104 | 3 | 11 | 0 | 140 | 127 | 111 | 542 | 134 | 16 |
| Binary | 1000100 | 11 | 1001 | 0 | 1100000 | 1010111 | 1001001 | 101100010 | 1011100 | 1110 |
Color Harmonies of #440309
Complementary color
Monochromatic Colors of #440309
Black with #440309
Text Example
Text Example
White with #440309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440309; }
p { color: rgb(68,3,9); }
H1.HeaderClassName
{
color: #440309;
}
.AnyTagClassName
{
color: #440309;
}
</style>
background-color css
<style>
a { background-color: #440309; }
a { background-color: rgb(68,3,9); }
div.DivClassName
{
background-color: #440309;
}
.BgClassName
{
background-color: #440309;
}
</style>
border-color css
<style>
span { border-color: #440309; }
span { border-color: rgb(68,3,9); }
td.TdClassName
{
border-color: #440309;
}
.TagClassName
{
border-color: #440309;
}
</style>