Shades of Rustic Red #380612
Tints of Rustic Red #380612
RGB
CMYK
RGB Variations
Color information
#380612 (or 0x380612) is known color: Rustic Red. HEX triplet: 38, 06 and 12. RGB value is (56,6,18). Sum of RGB (Red+Green+Blue) = 56+6+18=80 (10% of max value = 765). Red value is 56 (22.27% from 255 or 70% from 80); Green value is 6 (2.73% from 255 or 7.5% from 80); Blue value is 18 (7.42% from 255 or 22.5% from 80); Max value from RGB is 56 - color contains mainly: red. Hex color #380612 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380612 is #C7F9ED. Grayscale: #161616. Windows color (decimal): -13105646 or 1181240. OLE color: 1181240.
HSL color Cylindrical-coordinate representation of color #380612: hue angle of 345.6º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #380612 is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 6 | 18 | - |
| CMYK | 0 | 0.89 | 0.68 | 0.78 |
| HSL | 345.6º | 0.81% | 0.12% | - |
| HSV(B) | 345.6º | 0.89% | 0.22% | - |
| XYZ | 1.81 | 1.01 | 0.67 | - |
| YUV | 22.32 | 125.57 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 6 | 18 | 0 | 0.89 | 0.68 | 0.78 | 345.6 | 0.81 | 0.12 |
| Hex | 38 | 6 | 12 | 0 | 59 | 44 | 4E | 15A | 51 | C |
| Octal | 70 | 6 | 22 | 0 | 131 | 104 | 116 | 532 | 121 | 14 |
| Binary | 111000 | 110 | 10010 | 0 | 1011001 | 1000100 | 1001110 | 101011010 | 1010001 | 1100 |
Color Harmonies of #380612
Complementary color
Monochromatic Colors of #380612
Black with #380612
Text Example
Text Example
White with #380612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380612; }
p { color: rgb(56,6,18); }
H1.HeaderClassName
{
color: #380612;
}
.AnyTagClassName
{
color: #380612;
}
</style>
background-color css
<style>
a { background-color: #380612; }
a { background-color: rgb(56,6,18); }
div.DivClassName
{
background-color: #380612;
}
.BgClassName
{
background-color: #380612;
}
</style>
border-color css
<style>
span { border-color: #380612; }
span { border-color: rgb(56,6,18); }
td.TdClassName
{
border-color: #380612;
}
.TagClassName
{
border-color: #380612;
}
</style>