Shades of Rustic Red #380208
Tints of Rustic Red #380208
RGB
CMYK
RGB Variations
Color information
#380208 (or 0x380208) is known color: Rustic Red. HEX triplet: 38, 02 and 08. RGB value is (56,2,8). Sum of RGB (Red+Green+Blue) = 56+2+8=66 (8% of max value = 765). Red value is 56 (22.27% from 255 or 84.85% from 66); Green value is 2 (1.17% from 255 or 3.03% from 66); Blue value is 8 (3.52% from 255 or 12.12% from 66); Max value from RGB is 56 - color contains mainly: red. Hex color #380208 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380208 is #C7FDF7. Grayscale: #121212. Windows color (decimal): -13106680 or 524856. OLE color: 524856.
HSL color Cylindrical-coordinate representation of color #380208: hue angle of 353.33º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #380208 is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 2 | 8 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.78 |
| HSL | 353.33º | 0.93% | 0.11% | - |
| HSV(B) | 353.33º | 0.96% | 0.22% | - |
| XYZ | 1.7 | 0.9 | 0.31 | - |
| YUV | 18.83 | 121.89 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 2 | 8 | 0 | 0.96 | 0.86 | 0.78 | 353.33 | 0.93 | 0.11 |
| Hex | 38 | 2 | 8 | 0 | 60 | 56 | 4E | 161 | 5D | B |
| Octal | 70 | 2 | 10 | 0 | 140 | 126 | 116 | 541 | 135 | 13 |
| Binary | 111000 | 10 | 1000 | 0 | 1100000 | 1010110 | 1001110 | 101100001 | 1011101 | 1011 |
Color Harmonies of #380208
Complementary color
Monochromatic Colors of #380208
Black with #380208
Text Example
Text Example
White with #380208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380208; }
p { color: rgb(56,2,8); }
H1.HeaderClassName
{
color: #380208;
}
.AnyTagClassName
{
color: #380208;
}
</style>
background-color css
<style>
a { background-color: #380208; }
a { background-color: rgb(56,2,8); }
div.DivClassName
{
background-color: #380208;
}
.BgClassName
{
background-color: #380208;
}
</style>
border-color css
<style>
span { border-color: #380208; }
span { border-color: rgb(56,2,8); }
td.TdClassName
{
border-color: #380208;
}
.TagClassName
{
border-color: #380208;
}
</style>