Shades of Rustic Red #380410
Tints of Rustic Red #380410
RGB
CMYK
RGB Variations
Color information
#380410 (or 0x380410) is known color: Rustic Red. HEX triplet: 38, 04 and 10. RGB value is (56,4,16). Sum of RGB (Red+Green+Blue) = 56+4+16=76 (10% of max value = 765). Red value is 56 (22.27% from 255 or 73.68% from 76); Green value is 4 (1.95% from 255 or 5.26% from 76); Blue value is 16 (6.64% from 255 or 21.05% from 76); Max value from RGB is 56 - color contains mainly: red. Hex color #380410 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380410 is #C7FBEF. Grayscale: #141414. Windows color (decimal): -13106160 or 1049656. OLE color: 1049656.
HSL color Cylindrical-coordinate representation of color #380410: hue angle of 346.15º 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 #380410 is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 4 | 16 | - |
| CMYK | 0 | 0.93 | 0.71 | 0.78 |
| HSL | 346.15º | 0.87% | 0.12% | - |
| HSV(B) | 346.15º | 0.93% | 0.22% | - |
| XYZ | 1.77 | 0.96 | 0.58 | - |
| YUV | 20.92 | 125.23 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 4 | 16 | 0 | 0.93 | 0.71 | 0.78 | 346.15 | 0.87 | 0.12 |
| Hex | 38 | 4 | 10 | 0 | 5D | 47 | 4E | 15A | 57 | C |
| Octal | 70 | 4 | 20 | 0 | 135 | 107 | 116 | 532 | 127 | 14 |
| Binary | 111000 | 100 | 10000 | 0 | 1011101 | 1000111 | 1001110 | 101011010 | 1010111 | 1100 |
Color Harmonies of #380410
Complementary color
Monochromatic Colors of #380410
Black with #380410
Text Example
Text Example
White with #380410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380410; }
p { color: rgb(56,4,16); }
H1.HeaderClassName
{
color: #380410;
}
.AnyTagClassName
{
color: #380410;
}
</style>
background-color css
<style>
a { background-color: #380410; }
a { background-color: rgb(56,4,16); }
div.DivClassName
{
background-color: #380410;
}
.BgClassName
{
background-color: #380410;
}
</style>
border-color css
<style>
span { border-color: #380410; }
span { border-color: rgb(56,4,16); }
td.TdClassName
{
border-color: #380410;
}
.TagClassName
{
border-color: #380410;
}
</style>