Shades of Rustic Red #380A10
Tints of Rustic Red #380A10
RGB
CMYK
RGB Variations
Color information
#380A10 (or 0x380A10) is known color: Rustic Red. HEX triplet: 38, 0A and 10. RGB value is (56,10,16). Sum of RGB (Red+Green+Blue) = 56+10+16=82 (10% of max value = 765). Red value is 56 (22.27% from 255 or 68.29% from 82); Green value is 10 (4.30% from 255 or 12.20% from 82); Blue value is 16 (6.64% from 255 or 19.51% from 82); Max value from RGB is 56 - color contains mainly: red. Hex color #380A10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380A10 is #C7F5EF. Grayscale: #181818. Windows color (decimal): -13104624 or 1051192. OLE color: 1051192.
HSL color Cylindrical-coordinate representation of color #380A10: hue angle of 352.17º 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 #380A10 is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 10 | 16 | - |
| CMYK | 0 | 0.82 | 0.71 | 0.78 |
| HSL | 352.17º | 0.7% | 0.13% | - |
| HSV(B) | 352.17º | 0.82% | 0.22% | - |
| XYZ | 1.83 | 1.1 | 0.61 | - |
| YUV | 24.44 | 123.24 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 10 | 16 | 0 | 0.82 | 0.71 | 0.78 | 352.17 | 0.7 | 0.13 |
| Hex | 38 | A | 10 | 0 | 52 | 47 | 4E | 160 | 46 | D |
| Octal | 70 | 12 | 20 | 0 | 122 | 107 | 116 | 540 | 106 | 15 |
| Binary | 111000 | 1010 | 10000 | 0 | 1010010 | 1000111 | 1001110 | 101100000 | 1000110 | 1101 |
Color Harmonies of #380A10
Complementary color
Monochromatic Colors of #380A10
Black with #380A10
Text Example
Text Example
White with #380A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380A10; }
p { color: rgb(56,10,16); }
H1.HeaderClassName
{
color: #380A10;
}
.AnyTagClassName
{
color: #380A10;
}
</style>
background-color css
<style>
a { background-color: #380A10; }
a { background-color: rgb(56,10,16); }
div.DivClassName
{
background-color: #380A10;
}
.BgClassName
{
background-color: #380A10;
}
</style>
border-color css
<style>
span { border-color: #380A10; }
span { border-color: rgb(56,10,16); }
td.TdClassName
{
border-color: #380A10;
}
.TagClassName
{
border-color: #380A10;
}
</style>