Shades of Rustic Red #380A0C
Tints of Rustic Red #380A0C
RGB
CMYK
RGB Variations
Color information
#380A0C (or 0x380A0C) is known color: Rustic Red. HEX triplet: 38, 0A and 0C. RGB value is (56,10,12). Sum of RGB (Red+Green+Blue) = 56+10+12=78 (10% of max value = 765). Red value is 56 (22.27% from 255 or 71.79% from 78); Green value is 10 (4.30% from 255 or 12.82% from 78); Blue value is 12 (5.08% from 255 or 15.38% from 78); Max value from RGB is 56 - color contains mainly: red. Hex color #380A0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380A0C is #C7F5F3. Grayscale: #181818. Windows color (decimal): -13104628 or 789048. OLE color: 789048.
HSL color Cylindrical-coordinate representation of color #380A0C: hue angle of 357.39º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #380A0C is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 10 | 12 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.78 |
| HSL | 357.39º | 0.7% | 0.13% | - |
| HSV(B) | 357.39º | 0.82% | 0.22% | - |
| XYZ | 1.81 | 1.08 | 0.46 | - |
| YUV | 23.98 | 121.24 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 10 | 12 | 0 | 0.82 | 0.79 | 0.78 | 357.39 | 0.7 | 0.13 |
| Hex | 38 | A | C | 0 | 52 | 4F | 4E | 165 | 46 | D |
| Octal | 70 | 12 | 14 | 0 | 122 | 117 | 116 | 545 | 106 | 15 |
| Binary | 111000 | 1010 | 1100 | 0 | 1010010 | 1001111 | 1001110 | 101100101 | 1000110 | 1101 |
Color Harmonies of #380A0C
Complementary color
Monochromatic Colors of #380A0C
Black with #380A0C
Text Example
Text Example
White with #380A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380A0C; }
p { color: rgb(56,10,12); }
H1.HeaderClassName
{
color: #380A0C;
}
.AnyTagClassName
{
color: #380A0C;
}
</style>
background-color css
<style>
a { background-color: #380A0C; }
a { background-color: rgb(56,10,12); }
div.DivClassName
{
background-color: #380A0C;
}
.BgClassName
{
background-color: #380A0C;
}
</style>
border-color css
<style>
span { border-color: #380A0C; }
span { border-color: rgb(56,10,12); }
td.TdClassName
{
border-color: #380A0C;
}
.TagClassName
{
border-color: #380A0C;
}
</style>