Shades of Rustic Red #380105
Tints of Rustic Red #380105
RGB
CMYK
RGB Variations
Color information
#380105 (or 0x380105) is known color: Rustic Red. HEX triplet: 38, 01 and 05. RGB value is (56,1,5). Sum of RGB (Red+Green+Blue) = 56+1+5=62 (8% of max value = 765). Red value is 56 (22.27% from 255 or 90.32% from 62); Green value is 1 (0.78% from 255 or 1.61% from 62); Blue value is 5 (2.34% from 255 or 8.06% from 62); Max value from RGB is 56 - color contains mainly: red. Hex color #380105 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380105 is #C7FEFA. Grayscale: #111111. Windows color (decimal): -13106939 or 327992. OLE color: 327992.
HSL color Cylindrical-coordinate representation of color #380105: hue angle of 355.64º 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 #380105 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 1 | 5 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.78 |
| HSL | 355.64º | 0.96% | 0.11% | - |
| HSV(B) | 355.64º | 0.98% | 0.22% | - |
| XYZ | 1.67 | 0.87 | 0.22 | - |
| YUV | 17.9 | 120.72 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 1 | 5 | 0 | 0.98 | 0.91 | 0.78 | 355.64 | 0.96 | 0.11 |
| Hex | 38 | 1 | 5 | 0 | 62 | 5B | 4E | 164 | 60 | B |
| Octal | 70 | 1 | 5 | 0 | 142 | 133 | 116 | 544 | 140 | 13 |
| Binary | 111000 | 1 | 101 | 0 | 1100010 | 1011011 | 1001110 | 101100100 | 1100000 | 1011 |
Color Harmonies of #380105
Complementary color
Monochromatic Colors of #380105
Black with #380105
Text Example
Text Example
White with #380105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380105; }
p { color: rgb(56,1,5); }
H1.HeaderClassName
{
color: #380105;
}
.AnyTagClassName
{
color: #380105;
}
</style>
background-color css
<style>
a { background-color: #380105; }
a { background-color: rgb(56,1,5); }
div.DivClassName
{
background-color: #380105;
}
.BgClassName
{
background-color: #380105;
}
</style>
border-color css
<style>
span { border-color: #380105; }
span { border-color: rgb(56,1,5); }
td.TdClassName
{
border-color: #380105;
}
.TagClassName
{
border-color: #380105;
}
</style>