Shades of Rustic Red #380510
Tints of Rustic Red #380510
RGB
CMYK
RGB Variations
Color information
#380510 (or 0x380510) is known color: Rustic Red. HEX triplet: 38, 05 and 10. RGB value is (56,5,16). Sum of RGB (Red+Green+Blue) = 56+5+16=77 (10% of max value = 765). Red value is 56 (22.27% from 255 or 72.73% from 77); Green value is 5 (2.34% from 255 or 6.49% from 77); Blue value is 16 (6.64% from 255 or 20.78% from 77); Max value from RGB is 56 - color contains mainly: red. Hex color #380510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380510 is #C7FAEF. Grayscale: #151515. Windows color (decimal): -13105904 or 1049912. OLE color: 1049912.
HSL color Cylindrical-coordinate representation of color #380510: hue angle of 347.06º 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 #380510 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 5 | 16 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.78 |
| HSL | 347.06º | 0.84% | 0.12% | - |
| HSV(B) | 347.06º | 0.91% | 0.22% | - |
| XYZ | 1.78 | 0.99 | 0.59 | - |
| YUV | 21.5 | 124.9 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 5 | 16 | 0 | 0.91 | 0.71 | 0.78 | 347.06 | 0.84 | 0.12 |
| Hex | 38 | 5 | 10 | 0 | 5B | 47 | 4E | 15B | 54 | C |
| Octal | 70 | 5 | 20 | 0 | 133 | 107 | 116 | 533 | 124 | 14 |
| Binary | 111000 | 101 | 10000 | 0 | 1011011 | 1000111 | 1001110 | 101011011 | 1010100 | 1100 |
Color Harmonies of #380510
Complementary color
Monochromatic Colors of #380510
Black with #380510
Text Example
Text Example
White with #380510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380510; }
p { color: rgb(56,5,16); }
H1.HeaderClassName
{
color: #380510;
}
.AnyTagClassName
{
color: #380510;
}
</style>
background-color css
<style>
a { background-color: #380510; }
a { background-color: rgb(56,5,16); }
div.DivClassName
{
background-color: #380510;
}
.BgClassName
{
background-color: #380510;
}
</style>
border-color css
<style>
span { border-color: #380510; }
span { border-color: rgb(56,5,16); }
td.TdClassName
{
border-color: #380510;
}
.TagClassName
{
border-color: #380510;
}
</style>