Shades of Rustic Red #380F16
Tints of Rustic Red #380F16
RGB
CMYK
RGB Variations
Color information
#380F16 (or 0x380F16) is known color: Rustic Red. HEX triplet: 38, 0F and 16. RGB value is (56,15,22). Sum of RGB (Red+Green+Blue) = 56+15+22=93 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.22% from 93); Green value is 15 (6.25% from 255 or 16.13% from 93); Blue value is 22 (8.98% from 255 or 23.66% from 93); Max value from RGB is 56 - color contains mainly: red. Hex color #380F16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380F16 is #C7F0E9. Grayscale: #1C1C1C. Windows color (decimal): -13103338 or 1445688. OLE color: 1445688.
HSL color Cylindrical-coordinate representation of color #380F16: hue angle of 349.76º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #380F16 is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 15 | 22 | - |
| CMYK | 0 | 0.73 | 0.61 | 0.78 |
| HSL | 349.76º | 0.58% | 0.14% | - |
| HSV(B) | 349.76º | 0.73% | 0.22% | - |
| XYZ | 1.95 | 1.24 | 0.9 | - |
| YUV | 28.06 | 124.58 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 15 | 22 | 0 | 0.73 | 0.61 | 0.78 | 349.76 | 0.58 | 0.14 |
| Hex | 38 | F | 16 | 0 | 49 | 3D | 4E | 15E | 3A | E |
| Octal | 70 | 17 | 26 | 0 | 111 | 75 | 116 | 536 | 72 | 16 |
| Binary | 111000 | 1111 | 10110 | 0 | 1001001 | 111101 | 1001110 | 101011110 | 111010 | 1110 |
Color Harmonies of #380F16
Complementary color
Monochromatic Colors of #380F16
Black with #380F16
Text Example
Text Example
White with #380F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380F16; }
p { color: rgb(56,15,22); }
H1.HeaderClassName
{
color: #380F16;
}
.AnyTagClassName
{
color: #380F16;
}
</style>
background-color css
<style>
a { background-color: #380F16; }
a { background-color: rgb(56,15,22); }
div.DivClassName
{
background-color: #380F16;
}
.BgClassName
{
background-color: #380F16;
}
</style>
border-color css
<style>
span { border-color: #380F16; }
span { border-color: rgb(56,15,22); }
td.TdClassName
{
border-color: #380F16;
}
.TagClassName
{
border-color: #380F16;
}
</style>