Shades of Rustic Red #380E19
Tints of Rustic Red #380E19
RGB
CMYK
RGB Variations
Color information
#380E19 (or 0x380E19) is known color: Rustic Red. HEX triplet: 38, 0E and 19. RGB value is (56,14,25). Sum of RGB (Red+Green+Blue) = 56+14+25=95 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.95% from 95); Green value is 14 (5.86% from 255 or 14.74% from 95); Blue value is 25 (10.16% from 255 or 26.32% from 95); Max value from RGB is 56 - color contains mainly: red. Hex color #380E19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380E19 is #C7F1E6. Grayscale: #1B1B1B. Windows color (decimal): -13103591 or 1642040. OLE color: 1642040.
HSL color Cylindrical-coordinate representation of color #380E19: hue angle of 344.29º degrees, saturation: 0.6, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #380E19 is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 14 | 25 | - |
| CMYK | 0 | 0.75 | 0.55 | 0.78 |
| HSL | 344.29º | 0.6% | 0.14% | - |
| HSV(B) | 344.29º | 0.75% | 0.22% | - |
| XYZ | 1.96 | 1.23 | 1.05 | - |
| YUV | 27.81 | 126.41 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 14 | 25 | 0 | 0.75 | 0.55 | 0.78 | 344.29 | 0.6 | 0.14 |
| Hex | 38 | E | 19 | 0 | 4B | 37 | 4E | 158 | 3C | E |
| Octal | 70 | 16 | 31 | 0 | 113 | 67 | 116 | 530 | 74 | 16 |
| Binary | 111000 | 1110 | 11001 | 0 | 1001011 | 110111 | 1001110 | 101011000 | 111100 | 1110 |
Color Harmonies of #380E19
Complementary color
Monochromatic Colors of #380E19
Black with #380E19
Text Example
Text Example
White with #380E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380E19; }
p { color: rgb(56,14,25); }
H1.HeaderClassName
{
color: #380E19;
}
.AnyTagClassName
{
color: #380E19;
}
</style>
background-color css
<style>
a { background-color: #380E19; }
a { background-color: rgb(56,14,25); }
div.DivClassName
{
background-color: #380E19;
}
.BgClassName
{
background-color: #380E19;
}
</style>
border-color css
<style>
span { border-color: #380E19; }
span { border-color: rgb(56,14,25); }
td.TdClassName
{
border-color: #380E19;
}
.TagClassName
{
border-color: #380E19;
}
</style>