Shades of Rustic Red #381319
Tints of Rustic Red #381319
RGB
CMYK
RGB Variations
Color information
#381319 (or 0x381319) is known color: Rustic Red. HEX triplet: 38, 13 and 19. RGB value is (56,19,25). Sum of RGB (Red+Green+Blue) = 56+19+25=100 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56% from 100); Green value is 19 (7.81% from 255 or 19% from 100); Blue value is 25 (10.16% from 255 or 25% from 100); Max value from RGB is 56 - color contains mainly: red. Hex color #381319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381319 is #C7ECE6. Grayscale: #1E1E1E. Windows color (decimal): -13102311 or 1643320. OLE color: 1643320.
HSL color Cylindrical-coordinate representation of color #381319: hue angle of 350.27º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #381319 is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 19 | 25 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.78 |
| HSL | 350.27º | 0.49% | 0.15% | - |
| HSV(B) | 350.27º | 0.66% | 0.22% | - |
| XYZ | 2.04 | 1.38 | 1.08 | - |
| YUV | 30.75 | 124.76 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 19 | 25 | 0 | 0.66 | 0.55 | 0.78 | 350.27 | 0.49 | 0.15 |
| Hex | 38 | 13 | 19 | 0 | 42 | 37 | 4E | 15E | 31 | F |
| Octal | 70 | 23 | 31 | 0 | 102 | 67 | 116 | 536 | 61 | 17 |
| Binary | 111000 | 10011 | 11001 | 0 | 1000010 | 110111 | 1001110 | 101011110 | 110001 | 1111 |
Color Harmonies of #381319
Complementary color
Monochromatic Colors of #381319
Black with #381319
Text Example
Text Example
White with #381319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381319; }
p { color: rgb(56,19,25); }
H1.HeaderClassName
{
color: #381319;
}
.AnyTagClassName
{
color: #381319;
}
</style>
background-color css
<style>
a { background-color: #381319; }
a { background-color: rgb(56,19,25); }
div.DivClassName
{
background-color: #381319;
}
.BgClassName
{
background-color: #381319;
}
</style>
border-color css
<style>
span { border-color: #381319; }
span { border-color: rgb(56,19,25); }
td.TdClassName
{
border-color: #381319;
}
.TagClassName
{
border-color: #381319;
}
</style>