Shades of Rustic Red #380108
Tints of Rustic Red #380108
RGB
CMYK
RGB Variations
Color information
#380108 (or 0x380108) is known color: Rustic Red. HEX triplet: 38, 01 and 08. RGB value is (56,1,8). Sum of RGB (Red+Green+Blue) = 56+1+8=65 (8% of max value = 765). Red value is 56 (22.27% from 255 or 86.15% from 65); Green value is 1 (0.78% from 255 or 1.54% from 65); Blue value is 8 (3.52% from 255 or 12.31% from 65); Max value from RGB is 56 - color contains mainly: red. Hex color #380108 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380108 is #C7FEF7. Grayscale: #121212. Windows color (decimal): -13106936 or 524600. OLE color: 524600.
HSL color Cylindrical-coordinate representation of color #380108: hue angle of 352.36º 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 #380108 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 1 | 8 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.78 |
| HSL | 352.36º | 0.96% | 0.11% | - |
| HSV(B) | 352.36º | 0.98% | 0.22% | - |
| XYZ | 1.69 | 0.88 | 0.31 | - |
| YUV | 18.24 | 122.22 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 1 | 8 | 0 | 0.98 | 0.86 | 0.78 | 352.36 | 0.96 | 0.11 |
| Hex | 38 | 1 | 8 | 0 | 62 | 56 | 4E | 160 | 60 | B |
| Octal | 70 | 1 | 10 | 0 | 142 | 126 | 116 | 540 | 140 | 13 |
| Binary | 111000 | 1 | 1000 | 0 | 1100010 | 1010110 | 1001110 | 101100000 | 1100000 | 1011 |
Color Harmonies of #380108
Complementary color
Monochromatic Colors of #380108
Black with #380108
Text Example
Text Example
White with #380108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380108; }
p { color: rgb(56,1,8); }
H1.HeaderClassName
{
color: #380108;
}
.AnyTagClassName
{
color: #380108;
}
</style>
background-color css
<style>
a { background-color: #380108; }
a { background-color: rgb(56,1,8); }
div.DivClassName
{
background-color: #380108;
}
.BgClassName
{
background-color: #380108;
}
</style>
border-color css
<style>
span { border-color: #380108; }
span { border-color: rgb(56,1,8); }
td.TdClassName
{
border-color: #380108;
}
.TagClassName
{
border-color: #380108;
}
</style>