Shades of Rustic Red #380106
Tints of Rustic Red #380106
RGB
CMYK
RGB Variations
Color information
#380106 (or 0x380106) is known color: Rustic Red. HEX triplet: 38, 01 and 06. RGB value is (56,1,6). Sum of RGB (Red+Green+Blue) = 56+1+6=63 (8% of max value = 765). Red value is 56 (22.27% from 255 or 88.89% from 63); Green value is 1 (0.78% from 255 or 1.59% from 63); Blue value is 6 (2.73% from 255 or 9.52% from 63); Max value from RGB is 56 - color contains mainly: red. Hex color #380106 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380106 is #C7FEF9. Grayscale: #121212. Windows color (decimal): -13106938 or 393528. OLE color: 393528.
HSL color Cylindrical-coordinate representation of color #380106: hue angle of 354.55º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #380106 is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 1 | 6 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.78 |
| HSL | 354.55º | 0.96% | 0.11% | - |
| HSV(B) | 354.55º | 0.98% | 0.22% | - |
| XYZ | 1.67 | 0.88 | 0.25 | - |
| YUV | 18.02 | 121.22 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 1 | 6 | 0 | 0.98 | 0.89 | 0.78 | 354.55 | 0.96 | 0.11 |
| Hex | 38 | 1 | 6 | 0 | 62 | 59 | 4E | 163 | 60 | B |
| Octal | 70 | 1 | 6 | 0 | 142 | 131 | 116 | 543 | 140 | 13 |
| Binary | 111000 | 1 | 110 | 0 | 1100010 | 1011001 | 1001110 | 101100011 | 1100000 | 1011 |
Color Harmonies of #380106
Complementary color
Monochromatic Colors of #380106
Black with #380106
Text Example
Text Example
White with #380106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380106; }
p { color: rgb(56,1,6); }
H1.HeaderClassName
{
color: #380106;
}
.AnyTagClassName
{
color: #380106;
}
</style>
background-color css
<style>
a { background-color: #380106; }
a { background-color: rgb(56,1,6); }
div.DivClassName
{
background-color: #380106;
}
.BgClassName
{
background-color: #380106;
}
</style>
border-color css
<style>
span { border-color: #380106; }
span { border-color: rgb(56,1,6); }
td.TdClassName
{
border-color: #380106;
}
.TagClassName
{
border-color: #380106;
}
</style>