Shades of Rustic Red #380412
Tints of Rustic Red #380412
RGB
CMYK
RGB Variations
Color information
#380412 (or 0x380412) is known color: Rustic Red. HEX triplet: 38, 04 and 12. RGB value is (56,4,18). Sum of RGB (Red+Green+Blue) = 56+4+18=78 (10% of max value = 765). Red value is 56 (22.27% from 255 or 71.79% from 78); Green value is 4 (1.95% from 255 or 5.13% from 78); Blue value is 18 (7.42% from 255 or 23.08% from 78); Max value from RGB is 56 - color contains mainly: red. Hex color #380412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380412 is #C7FBED. Grayscale: #151515. Windows color (decimal): -13106158 or 1180728. OLE color: 1180728.
HSL color Cylindrical-coordinate representation of color #380412: hue angle of 343.85º 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 #380412 is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 4 | 18 | - |
| CMYK | 0 | 0.93 | 0.68 | 0.78 |
| HSL | 343.85º | 0.87% | 0.12% | - |
| HSV(B) | 343.85º | 0.93% | 0.22% | - |
| XYZ | 1.78 | 0.97 | 0.67 | - |
| YUV | 21.14 | 126.23 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 4 | 18 | 0 | 0.93 | 0.68 | 0.78 | 343.85 | 0.87 | 0.12 |
| Hex | 38 | 4 | 12 | 0 | 5D | 44 | 4E | 158 | 57 | C |
| Octal | 70 | 4 | 22 | 0 | 135 | 104 | 116 | 530 | 127 | 14 |
| Binary | 111000 | 100 | 10010 | 0 | 1011101 | 1000100 | 1001110 | 101011000 | 1010111 | 1100 |
Color Harmonies of #380412
Complementary color
Monochromatic Colors of #380412
Black with #380412
Text Example
Text Example
White with #380412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380412; }
p { color: rgb(56,4,18); }
H1.HeaderClassName
{
color: #380412;
}
.AnyTagClassName
{
color: #380412;
}
</style>
background-color css
<style>
a { background-color: #380412; }
a { background-color: rgb(56,4,18); }
div.DivClassName
{
background-color: #380412;
}
.BgClassName
{
background-color: #380412;
}
</style>
border-color css
<style>
span { border-color: #380412; }
span { border-color: rgb(56,4,18); }
td.TdClassName
{
border-color: #380412;
}
.TagClassName
{
border-color: #380412;
}
</style>