Shades of Rustic Red #380315
Tints of Rustic Red #380315
RGB
CMYK
RGB Variations
Color information
#380315 (or 0x380315) is known color: Rustic Red. HEX triplet: 38, 03 and 15. RGB value is (56,3,21). Sum of RGB (Red+Green+Blue) = 56+3+21=80 (10% of max value = 765). Red value is 56 (22.27% from 255 or 70% from 80); Green value is 3 (1.56% from 255 or 3.75% from 80); Blue value is 21 (8.59% from 255 or 26.25% from 80); Max value from RGB is 56 - color contains mainly: red. Hex color #380315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380315 is #C7FCEA. Grayscale: #141414. Windows color (decimal): -13106411 or 1377080. OLE color: 1377080.
HSL color Cylindrical-coordinate representation of color #380315: hue angle of 339.62º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #380315 is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 3 | 21 | - |
| CMYK | 0 | 0.95 | 0.63 | 0.78 |
| HSL | 339.62º | 0.9% | 0.12% | - |
| HSV(B) | 339.62º | 0.95% | 0.22% | - |
| XYZ | 1.8 | 0.96 | 0.8 | - |
| YUV | 20.9 | 128.06 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 3 | 21 | 0 | 0.95 | 0.63 | 0.78 | 339.62 | 0.9 | 0.12 |
| Hex | 38 | 3 | 15 | 0 | 5F | 3F | 4E | 154 | 5A | C |
| Octal | 70 | 3 | 25 | 0 | 137 | 77 | 116 | 524 | 132 | 14 |
| Binary | 111000 | 11 | 10101 | 0 | 1011111 | 111111 | 1001110 | 101010100 | 1011010 | 1100 |
Color Harmonies of #380315
Complementary color
Monochromatic Colors of #380315
Black with #380315
Text Example
Text Example
White with #380315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380315; }
p { color: rgb(56,3,21); }
H1.HeaderClassName
{
color: #380315;
}
.AnyTagClassName
{
color: #380315;
}
</style>
background-color css
<style>
a { background-color: #380315; }
a { background-color: rgb(56,3,21); }
div.DivClassName
{
background-color: #380315;
}
.BgClassName
{
background-color: #380315;
}
</style>
border-color css
<style>
span { border-color: #380315; }
span { border-color: rgb(56,3,21); }
td.TdClassName
{
border-color: #380315;
}
.TagClassName
{
border-color: #380315;
}
</style>