Shades of Rustic Red #380210
Tints of Rustic Red #380210
RGB
CMYK
RGB Variations
Color information
#380210 (or 0x380210) is known color: Rustic Red. HEX triplet: 38, 02 and 10. RGB value is (56,2,16). Sum of RGB (Red+Green+Blue) = 56+2+16=74 (9% of max value = 765). Red value is 56 (22.27% from 255 or 75.68% from 74); Green value is 2 (1.17% from 255 or 2.70% from 74); Blue value is 16 (6.64% from 255 or 21.62% from 74); Max value from RGB is 56 - color contains mainly: red. Hex color #380210 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380210 is #C7FDEF. Grayscale: #131313. Windows color (decimal): -13106672 or 1049144. OLE color: 1049144.
HSL color Cylindrical-coordinate representation of color #380210: hue angle of 344.44º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #380210 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 2 | 16 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.78 |
| HSL | 344.44º | 0.93% | 0.11% | - |
| HSV(B) | 344.44º | 0.96% | 0.22% | - |
| XYZ | 1.75 | 0.92 | 0.58 | - |
| YUV | 19.74 | 125.89 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 2 | 16 | 0 | 0.96 | 0.71 | 0.78 | 344.44 | 0.93 | 0.11 |
| Hex | 38 | 2 | 10 | 0 | 60 | 47 | 4E | 158 | 5D | B |
| Octal | 70 | 2 | 20 | 0 | 140 | 107 | 116 | 530 | 135 | 13 |
| Binary | 111000 | 10 | 10000 | 0 | 1100000 | 1000111 | 1001110 | 101011000 | 1011101 | 1011 |
Color Harmonies of #380210
Complementary color
Monochromatic Colors of #380210
Black with #380210
Text Example
Text Example
White with #380210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380210; }
p { color: rgb(56,2,16); }
H1.HeaderClassName
{
color: #380210;
}
.AnyTagClassName
{
color: #380210;
}
</style>
background-color css
<style>
a { background-color: #380210; }
a { background-color: rgb(56,2,16); }
div.DivClassName
{
background-color: #380210;
}
.BgClassName
{
background-color: #380210;
}
</style>
border-color css
<style>
span { border-color: #380210; }
span { border-color: rgb(56,2,16); }
td.TdClassName
{
border-color: #380210;
}
.TagClassName
{
border-color: #380210;
}
</style>