Shades of Rustic Red #380213
Tints of Rustic Red #380213
RGB
CMYK
RGB Variations
Color information
#380213 (or 0x380213) is known color: Rustic Red. HEX triplet: 38, 02 and 13. RGB value is (56,2,19). Sum of RGB (Red+Green+Blue) = 56+2+19=77 (10% of max value = 765). Red value is 56 (22.27% from 255 or 72.73% from 77); Green value is 2 (1.17% from 255 or 2.60% from 77); Blue value is 19 (7.81% from 255 or 24.68% from 77); Max value from RGB is 56 - color contains mainly: red. Hex color #380213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380213 is #C7FDEC. Grayscale: #141414. Windows color (decimal): -13106669 or 1245752. OLE color: 1245752.
HSL color Cylindrical-coordinate representation of color #380213: hue angle of 341.11º 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 #380213 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 2 | 19 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.78 |
| HSL | 341.11º | 0.93% | 0.11% | - |
| HSV(B) | 341.11º | 0.96% | 0.22% | - |
| XYZ | 1.77 | 0.93 | 0.7 | - |
| YUV | 20.08 | 127.39 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 2 | 19 | 0 | 0.96 | 0.66 | 0.78 | 341.11 | 0.93 | 0.11 |
| Hex | 38 | 2 | 13 | 0 | 60 | 42 | 4E | 155 | 5D | B |
| Octal | 70 | 2 | 23 | 0 | 140 | 102 | 116 | 525 | 135 | 13 |
| Binary | 111000 | 10 | 10011 | 0 | 1100000 | 1000010 | 1001110 | 101010101 | 1011101 | 1011 |
Color Harmonies of #380213
Complementary color
Monochromatic Colors of #380213
Black with #380213
Text Example
Text Example
White with #380213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380213; }
p { color: rgb(56,2,19); }
H1.HeaderClassName
{
color: #380213;
}
.AnyTagClassName
{
color: #380213;
}
</style>
background-color css
<style>
a { background-color: #380213; }
a { background-color: rgb(56,2,19); }
div.DivClassName
{
background-color: #380213;
}
.BgClassName
{
background-color: #380213;
}
</style>
border-color css
<style>
span { border-color: #380213; }
span { border-color: rgb(56,2,19); }
td.TdClassName
{
border-color: #380213;
}
.TagClassName
{
border-color: #380213;
}
</style>