Shades of Rustic Red #380413
Tints of Rustic Red #380413
RGB
CMYK
RGB Variations
Color information
#380413 (or 0x380413) is known color: Rustic Red. HEX triplet: 38, 04 and 13. RGB value is (56,4,19). Sum of RGB (Red+Green+Blue) = 56+4+19=79 (10% of max value = 765). Red value is 56 (22.27% from 255 or 70.89% from 79); Green value is 4 (1.95% from 255 or 5.06% from 79); Blue value is 19 (7.81% from 255 or 24.05% from 79); Max value from RGB is 56 - color contains mainly: red. Hex color #380413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380413 is #C7FBEC. Grayscale: #151515. Windows color (decimal): -13106157 or 1246264. OLE color: 1246264.
HSL color Cylindrical-coordinate representation of color #380413: hue angle of 342.69º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #380413 is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 4 | 19 | - |
| CMYK | 0 | 0.93 | 0.66 | 0.78 |
| HSL | 342.69º | 0.87% | 0.12% | - |
| HSV(B) | 342.69º | 0.93% | 0.22% | - |
| XYZ | 1.79 | 0.97 | 0.71 | - |
| YUV | 21.26 | 126.73 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 4 | 19 | 0 | 0.93 | 0.66 | 0.78 | 342.69 | 0.87 | 0.12 |
| Hex | 38 | 4 | 13 | 0 | 5D | 42 | 4E | 157 | 57 | C |
| Octal | 70 | 4 | 23 | 0 | 135 | 102 | 116 | 527 | 127 | 14 |
| Binary | 111000 | 100 | 10011 | 0 | 1011101 | 1000010 | 1001110 | 101010111 | 1010111 | 1100 |
Color Harmonies of #380413
Complementary color
Monochromatic Colors of #380413
Black with #380413
Text Example
Text Example
White with #380413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380413; }
p { color: rgb(56,4,19); }
H1.HeaderClassName
{
color: #380413;
}
.AnyTagClassName
{
color: #380413;
}
</style>
background-color css
<style>
a { background-color: #380413; }
a { background-color: rgb(56,4,19); }
div.DivClassName
{
background-color: #380413;
}
.BgClassName
{
background-color: #380413;
}
</style>
border-color css
<style>
span { border-color: #380413; }
span { border-color: rgb(56,4,19); }
td.TdClassName
{
border-color: #380413;
}
.TagClassName
{
border-color: #380413;
}
</style>