Shades of Rustic Red #380F15
Tints of Rustic Red #380F15
RGB
CMYK
RGB Variations
Color information
#380F15 (or 0x380F15) is known color: Rustic Red. HEX triplet: 38, 0F and 15. RGB value is (56,15,21). Sum of RGB (Red+Green+Blue) = 56+15+21=92 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.87% from 92); Green value is 15 (6.25% from 255 or 16.30% from 92); Blue value is 21 (8.59% from 255 or 22.83% from 92); Max value from RGB is 56 - color contains mainly: red. Hex color #380F15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380F15 is #C7F0EA. Grayscale: #1B1B1B. Windows color (decimal): -13103339 or 1380152. OLE color: 1380152.
HSL color Cylindrical-coordinate representation of color #380F15: hue angle of 351.22º 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 #380F15 is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 15 | 21 | - |
| CMYK | 0 | 0.73 | 0.63 | 0.78 |
| HSL | 351.22º | 0.58% | 0.14% | - |
| HSV(B) | 351.22º | 0.73% | 0.22% | - |
| XYZ | 1.94 | 1.24 | 0.85 | - |
| YUV | 27.94 | 124.08 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 15 | 21 | 0 | 0.73 | 0.63 | 0.78 | 351.22 | 0.58 | 0.14 |
| Hex | 38 | F | 15 | 0 | 49 | 3F | 4E | 15F | 3A | E |
| Octal | 70 | 17 | 25 | 0 | 111 | 77 | 116 | 537 | 72 | 16 |
| Binary | 111000 | 1111 | 10101 | 0 | 1001001 | 111111 | 1001110 | 101011111 | 111010 | 1110 |
Color Harmonies of #380F15
Complementary color
Monochromatic Colors of #380F15
Black with #380F15
Text Example
Text Example
White with #380F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380F15; }
p { color: rgb(56,15,21); }
H1.HeaderClassName
{
color: #380F15;
}
.AnyTagClassName
{
color: #380F15;
}
</style>
background-color css
<style>
a { background-color: #380F15; }
a { background-color: rgb(56,15,21); }
div.DivClassName
{
background-color: #380F15;
}
.BgClassName
{
background-color: #380F15;
}
</style>
border-color css
<style>
span { border-color: #380F15; }
span { border-color: rgb(56,15,21); }
td.TdClassName
{
border-color: #380F15;
}
.TagClassName
{
border-color: #380F15;
}
</style>