Shades of Rustic Red #380508
Tints of Rustic Red #380508
RGB
CMYK
RGB Variations
Color information
#380508 (or 0x380508) is known color: Rustic Red. HEX triplet: 38, 05 and 08. RGB value is (56,5,8). Sum of RGB (Red+Green+Blue) = 56+5+8=69 (9% of max value = 765). Red value is 56 (22.27% from 255 or 81.16% from 69); Green value is 5 (2.34% from 255 or 7.25% from 69); Blue value is 8 (3.52% from 255 or 11.59% from 69); Max value from RGB is 56 - color contains mainly: red. Hex color #380508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380508 is #C7FAF7. Grayscale: #141414. Windows color (decimal): -13105912 or 525624. OLE color: 525624.
HSL color Cylindrical-coordinate representation of color #380508: hue angle of 356.47º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #380508 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 5 | 8 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.78 |
| HSL | 356.47º | 0.84% | 0.12% | - |
| HSV(B) | 356.47º | 0.91% | 0.22% | - |
| XYZ | 1.73 | 0.97 | 0.33 | - |
| YUV | 20.59 | 120.9 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 5 | 8 | 0 | 0.91 | 0.86 | 0.78 | 356.47 | 0.84 | 0.12 |
| Hex | 38 | 5 | 8 | 0 | 5B | 56 | 4E | 164 | 54 | C |
| Octal | 70 | 5 | 10 | 0 | 133 | 126 | 116 | 544 | 124 | 14 |
| Binary | 111000 | 101 | 1000 | 0 | 1011011 | 1010110 | 1001110 | 101100100 | 1010100 | 1100 |
Color Harmonies of #380508
Complementary color
Monochromatic Colors of #380508
Black with #380508
Text Example
Text Example
White with #380508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380508; }
p { color: rgb(56,5,8); }
H1.HeaderClassName
{
color: #380508;
}
.AnyTagClassName
{
color: #380508;
}
</style>
background-color css
<style>
a { background-color: #380508; }
a { background-color: rgb(56,5,8); }
div.DivClassName
{
background-color: #380508;
}
.BgClassName
{
background-color: #380508;
}
</style>
border-color css
<style>
span { border-color: #380508; }
span { border-color: rgb(56,5,8); }
td.TdClassName
{
border-color: #380508;
}
.TagClassName
{
border-color: #380508;
}
</style>