Shades of Rustic Red #380207
Tints of Rustic Red #380207
RGB
CMYK
RGB Variations
Color information
#380207 (or 0x380207) is known color: Rustic Red. HEX triplet: 38, 02 and 07. RGB value is (56,2,7). Sum of RGB (Red+Green+Blue) = 56+2+7=65 (8% of max value = 765). Red value is 56 (22.27% from 255 or 86.15% from 65); Green value is 2 (1.17% from 255 or 3.08% from 65); Blue value is 7 (3.12% from 255 or 10.77% from 65); Max value from RGB is 56 - color contains mainly: red. Hex color #380207 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380207 is #C7FDF8. Grayscale: #121212. Windows color (decimal): -13106681 or 459320. OLE color: 459320.
HSL color Cylindrical-coordinate representation of color #380207: hue angle of 354.44º 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 #380207 is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 2 | 7 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.78 |
| HSL | 354.44º | 0.93% | 0.11% | - |
| HSV(B) | 354.44º | 0.96% | 0.22% | - |
| XYZ | 1.69 | 0.9 | 0.29 | - |
| YUV | 18.72 | 121.39 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 2 | 7 | 0 | 0.96 | 0.88 | 0.78 | 354.44 | 0.93 | 0.11 |
| Hex | 38 | 2 | 7 | 0 | 60 | 58 | 4E | 162 | 5D | B |
| Octal | 70 | 2 | 7 | 0 | 140 | 130 | 116 | 542 | 135 | 13 |
| Binary | 111000 | 10 | 111 | 0 | 1100000 | 1011000 | 1001110 | 101100010 | 1011101 | 1011 |
Color Harmonies of #380207
Complementary color
Monochromatic Colors of #380207
Black with #380207
Text Example
Text Example
White with #380207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380207; }
p { color: rgb(56,2,7); }
H1.HeaderClassName
{
color: #380207;
}
.AnyTagClassName
{
color: #380207;
}
</style>
background-color css
<style>
a { background-color: #380207; }
a { background-color: rgb(56,2,7); }
div.DivClassName
{
background-color: #380207;
}
.BgClassName
{
background-color: #380207;
}
</style>
border-color css
<style>
span { border-color: #380207; }
span { border-color: rgb(56,2,7); }
td.TdClassName
{
border-color: #380207;
}
.TagClassName
{
border-color: #380207;
}
</style>