Shades of Rustic Red #381119
Tints of Rustic Red #381119
RGB
CMYK
RGB Variations
Color information
#381119 (or 0x381119) is known color: Rustic Red. HEX triplet: 38, 11 and 19. RGB value is (56,17,25). Sum of RGB (Red+Green+Blue) = 56+17+25=98 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.14% from 98); Green value is 17 (7.03% from 255 or 17.35% from 98); Blue value is 25 (10.16% from 255 or 25.51% from 98); Max value from RGB is 56 - color contains mainly: red. Hex color #381119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381119 is #C7EEE6. Grayscale: #1D1D1D. Windows color (decimal): -13102823 or 1642808. OLE color: 1642808.
HSL color Cylindrical-coordinate representation of color #381119: hue angle of 347.69º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #381119 is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 17 | 25 | - |
| CMYK | 0 | 0.70 | 0.55 | 0.78 |
| HSL | 347.69º | 0.53% | 0.14% | - |
| HSV(B) | 347.69º | 0.7% | 0.22% | - |
| XYZ | 2.01 | 1.31 | 1.07 | - |
| YUV | 29.57 | 125.42 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 17 | 25 | 0 | 0.70 | 0.55 | 0.78 | 347.69 | 0.53 | 0.14 |
| Hex | 38 | 11 | 19 | 0 | 46 | 37 | 4E | 15C | 35 | E |
| Octal | 70 | 21 | 31 | 0 | 106 | 67 | 116 | 534 | 65 | 16 |
| Binary | 111000 | 10001 | 11001 | 0 | 1000110 | 110111 | 1001110 | 101011100 | 110101 | 1110 |
Color Harmonies of #381119
Complementary color
Monochromatic Colors of #381119
Black with #381119
Text Example
Text Example
White with #381119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381119; }
p { color: rgb(56,17,25); }
H1.HeaderClassName
{
color: #381119;
}
.AnyTagClassName
{
color: #381119;
}
</style>
background-color css
<style>
a { background-color: #381119; }
a { background-color: rgb(56,17,25); }
div.DivClassName
{
background-color: #381119;
}
.BgClassName
{
background-color: #381119;
}
</style>
border-color css
<style>
span { border-color: #381119; }
span { border-color: rgb(56,17,25); }
td.TdClassName
{
border-color: #381119;
}
.TagClassName
{
border-color: #381119;
}
</style>