Shades of Rustic Red #44000B
Tints of Rustic Red #44000B
RGB
CMYK
RGB Variations
Color information
#44000B (or 0x44000B) is known color: Rustic Red. HEX triplet: 44, 00 and 0B. RGB value is (68,0,11). Sum of RGB (Red+Green+Blue) = 68+0+11=79 (10% of max value = 765). Red value is 68 (26.95% from 255 or 86.08% from 79); Green value is 0 (0.39% from 255 or 0% from 79); Blue value is 11 (4.69% from 255 or 13.92% from 79); Max value from RGB is 68 - color contains mainly: red. Hex color #44000B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #44000B is #BBFFF4. Grayscale: #151515. Windows color (decimal): -12320757 or 720964. OLE color: 720964.
HSL color Cylindrical-coordinate representation of color #44000B: hue angle of 350.29º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #44000B is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.84 | 0.73 |
| HSL | 350.29º | 1% | 0.13% | - |
| HSV(B) | 350.29º | 1% | 0.27% | - |
| XYZ | 2.44 | 1.25 | 0.43 | - |
| YUV | 21.59 | 122.03 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 0 | 11 | 0 | 1 | 0.84 | 0.73 | 350.29 | 1 | 0.13 |
| Hex | 44 | 0 | B | 0 | 64 | 54 | 49 | 15E | 64 | D |
| Octal | 104 | 0 | 13 | 0 | 144 | 124 | 111 | 536 | 144 | 15 |
| Binary | 1000100 | 0 | 1011 | 0 | 1100100 | 1010100 | 1001001 | 101011110 | 1100100 | 1101 |
Color Harmonies of #44000B
Complementary color
Monochromatic Colors of #44000B
Black with #44000B
Text Example
Text Example
White with #44000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44000B; }
p { color: rgb(68,0,11); }
H1.HeaderClassName
{
color: #44000B;
}
.AnyTagClassName
{
color: #44000B;
}
</style>
background-color css
<style>
a { background-color: #44000B; }
a { background-color: rgb(68,0,11); }
div.DivClassName
{
background-color: #44000B;
}
.BgClassName
{
background-color: #44000B;
}
</style>
border-color css
<style>
span { border-color: #44000B; }
span { border-color: rgb(68,0,11); }
td.TdClassName
{
border-color: #44000B;
}
.TagClassName
{
border-color: #44000B;
}
</style>