Shades of Rustic Red #380813
Tints of Rustic Red #380813
RGB
CMYK
RGB Variations
Color information
#380813 (or 0x380813) is known color: Rustic Red. HEX triplet: 38, 08 and 13. RGB value is (56,8,19). Sum of RGB (Red+Green+Blue) = 56+8+19=83 (10% of max value = 765). Red value is 56 (22.27% from 255 or 67.47% from 83); Green value is 8 (3.52% from 255 or 9.64% from 83); Blue value is 19 (7.81% from 255 or 22.89% from 83); Max value from RGB is 56 - color contains mainly: red. Hex color #380813 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380813 is #C7F7EC. Grayscale: #171717. Windows color (decimal): -13105133 or 1247288. OLE color: 1247288.
HSL color Cylindrical-coordinate representation of color #380813: hue angle of 346.25º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #380813 is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 8 | 19 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.78 |
| HSL | 346.25º | 0.75% | 0.13% | - |
| HSV(B) | 346.25º | 0.86% | 0.22% | - |
| XYZ | 1.84 | 1.06 | 0.72 | - |
| YUV | 23.61 | 125.4 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 8 | 19 | 0 | 0.86 | 0.66 | 0.78 | 346.25 | 0.75 | 0.13 |
| Hex | 38 | 8 | 13 | 0 | 56 | 42 | 4E | 15A | 4B | D |
| Octal | 70 | 10 | 23 | 0 | 126 | 102 | 116 | 532 | 113 | 15 |
| Binary | 111000 | 1000 | 10011 | 0 | 1010110 | 1000010 | 1001110 | 101011010 | 1001011 | 1101 |
Color Harmonies of #380813
Complementary color
Monochromatic Colors of #380813
Black with #380813
Text Example
Text Example
White with #380813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380813; }
p { color: rgb(56,8,19); }
H1.HeaderClassName
{
color: #380813;
}
.AnyTagClassName
{
color: #380813;
}
</style>
background-color css
<style>
a { background-color: #380813; }
a { background-color: rgb(56,8,19); }
div.DivClassName
{
background-color: #380813;
}
.BgClassName
{
background-color: #380813;
}
</style>
border-color css
<style>
span { border-color: #380813; }
span { border-color: rgb(56,8,19); }
td.TdClassName
{
border-color: #380813;
}
.TagClassName
{
border-color: #380813;
}
</style>