Shades of Rustic Red #381619
Tints of Rustic Red #381619
RGB
CMYK
RGB Variations
Color information
#381619 (or 0x381619) is known color: Rustic Red. HEX triplet: 38, 16 and 19. RGB value is (56,22,25). Sum of RGB (Red+Green+Blue) = 56+22+25=103 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.37% from 103); Green value is 22 (8.98% from 255 or 21.36% from 103); Blue value is 25 (10.16% from 255 or 24.27% from 103); Max value from RGB is 56 - color contains mainly: red. Hex color #381619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381619 is #C7E9E6. Grayscale: #202020. Windows color (decimal): -13101543 or 1644088. OLE color: 1644088.
HSL color Cylindrical-coordinate representation of color #381619: hue angle of 354.71º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #381619 is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 22 | 25 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.78 |
| HSL | 354.71º | 0.44% | 0.15% | - |
| HSV(B) | 354.71º | 0.61% | 0.22% | - |
| XYZ | 2.09 | 1.48 | 1.1 | - |
| YUV | 32.51 | 123.76 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 22 | 25 | 0 | 0.61 | 0.55 | 0.78 | 354.71 | 0.44 | 0.15 |
| Hex | 38 | 16 | 19 | 0 | 3D | 37 | 4E | 163 | 2C | F |
| Octal | 70 | 26 | 31 | 0 | 75 | 67 | 116 | 543 | 54 | 17 |
| Binary | 111000 | 10110 | 11001 | 0 | 111101 | 110111 | 1001110 | 101100011 | 101100 | 1111 |
Color Harmonies of #381619
Complementary color
Monochromatic Colors of #381619
Black with #381619
Text Example
Text Example
White with #381619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381619; }
p { color: rgb(56,22,25); }
H1.HeaderClassName
{
color: #381619;
}
.AnyTagClassName
{
color: #381619;
}
</style>
background-color css
<style>
a { background-color: #381619; }
a { background-color: rgb(56,22,25); }
div.DivClassName
{
background-color: #381619;
}
.BgClassName
{
background-color: #381619;
}
</style>
border-color css
<style>
span { border-color: #381619; }
span { border-color: rgb(56,22,25); }
td.TdClassName
{
border-color: #381619;
}
.TagClassName
{
border-color: #381619;
}
</style>