Shades of Rustic Red #380919
Tints of Rustic Red #380919
RGB
CMYK
RGB Variations
Color information
#380919 (or 0x380919) is known color: Rustic Red. HEX triplet: 38, 09 and 19. RGB value is (56,9,25). Sum of RGB (Red+Green+Blue) = 56+9+25=90 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.22% from 90); Green value is 9 (3.91% from 255 or 10% from 90); Blue value is 25 (10.16% from 255 or 27.78% from 90); Max value from RGB is 56 - color contains mainly: red. Hex color #380919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380919 is #C7F6E6. Grayscale: #181818. Windows color (decimal): -13104871 or 1640760. OLE color: 1640760.
HSL color Cylindrical-coordinate representation of color #380919: hue angle of 339.57º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #380919 is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 9 | 25 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.78 |
| HSL | 339.57º | 0.72% | 0.13% | - |
| HSV(B) | 339.57º | 0.84% | 0.22% | - |
| XYZ | 1.9 | 1.11 | 1.03 | - |
| YUV | 24.88 | 128.07 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 9 | 25 | 0 | 0.84 | 0.55 | 0.78 | 339.57 | 0.72 | 0.13 |
| Hex | 38 | 9 | 19 | 0 | 54 | 37 | 4E | 154 | 48 | D |
| Octal | 70 | 11 | 31 | 0 | 124 | 67 | 116 | 524 | 110 | 15 |
| Binary | 111000 | 1001 | 11001 | 0 | 1010100 | 110111 | 1001110 | 101010100 | 1001000 | 1101 |
Color Harmonies of #380919
Complementary color
Monochromatic Colors of #380919
Black with #380919
Text Example
Text Example
White with #380919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380919; }
p { color: rgb(56,9,25); }
H1.HeaderClassName
{
color: #380919;
}
.AnyTagClassName
{
color: #380919;
}
</style>
background-color css
<style>
a { background-color: #380919; }
a { background-color: rgb(56,9,25); }
div.DivClassName
{
background-color: #380919;
}
.BgClassName
{
background-color: #380919;
}
</style>
border-color css
<style>
span { border-color: #380919; }
span { border-color: rgb(56,9,25); }
td.TdClassName
{
border-color: #380919;
}
.TagClassName
{
border-color: #380919;
}
</style>