Shades of Rustic Red #380711
Tints of Rustic Red #380711
RGB
CMYK
RGB Variations
Color information
#380711 (or 0x380711) is known color: Rustic Red. HEX triplet: 38, 07 and 11. RGB value is (56,7,17). Sum of RGB (Red+Green+Blue) = 56+7+17=80 (10% of max value = 765). Red value is 56 (22.27% from 255 or 70% from 80); Green value is 7 (3.12% from 255 or 8.75% from 80); Blue value is 17 (7.03% from 255 or 21.25% from 80); Max value from RGB is 56 - color contains mainly: red. Hex color #380711 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380711 is #C7F8EE. Grayscale: #161616. Windows color (decimal): -13105391 or 1115960. OLE color: 1115960.
HSL color Cylindrical-coordinate representation of color #380711: hue angle of 347.76º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #380711 is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 7 | 17 | - |
| CMYK | 0 | 0.88 | 0.70 | 0.78 |
| HSL | 347.76º | 0.78% | 0.12% | - |
| HSV(B) | 347.76º | 0.88% | 0.22% | - |
| XYZ | 1.81 | 1.03 | 0.63 | - |
| YUV | 22.79 | 124.73 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 7 | 17 | 0 | 0.88 | 0.70 | 0.78 | 347.76 | 0.78 | 0.12 |
| Hex | 38 | 7 | 11 | 0 | 58 | 46 | 4E | 15C | 4E | C |
| Octal | 70 | 7 | 21 | 0 | 130 | 106 | 116 | 534 | 116 | 14 |
| Binary | 111000 | 111 | 10001 | 0 | 1011000 | 1000110 | 1001110 | 101011100 | 1001110 | 1100 |
Color Harmonies of #380711
Complementary color
Monochromatic Colors of #380711
Black with #380711
Text Example
Text Example
White with #380711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380711; }
p { color: rgb(56,7,17); }
H1.HeaderClassName
{
color: #380711;
}
.AnyTagClassName
{
color: #380711;
}
</style>
background-color css
<style>
a { background-color: #380711; }
a { background-color: rgb(56,7,17); }
div.DivClassName
{
background-color: #380711;
}
.BgClassName
{
background-color: #380711;
}
</style>
border-color css
<style>
span { border-color: #380711; }
span { border-color: rgb(56,7,17); }
td.TdClassName
{
border-color: #380711;
}
.TagClassName
{
border-color: #380711;
}
</style>