Shades of Rustic Red #380D18
Tints of Rustic Red #380D18
RGB
CMYK
RGB Variations
Color information
#380D18 (or 0x380D18) is known color: Rustic Red. HEX triplet: 38, 0D and 18. RGB value is (56,13,24). Sum of RGB (Red+Green+Blue) = 56+13+24=93 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.22% from 93); Green value is 13 (5.47% from 255 or 13.98% from 93); Blue value is 24 (9.77% from 255 or 25.81% from 93); Max value from RGB is 56 - color contains mainly: red. Hex color #380D18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380D18 is #C7F2E7. Grayscale: #1B1B1B. Windows color (decimal): -13103848 or 1576248. OLE color: 1576248.
HSL color Cylindrical-coordinate representation of color #380D18: hue angle of 344.65º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #380D18 is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 13 | 24 | - |
| CMYK | 0 | 0.77 | 0.57 | 0.78 |
| HSL | 344.65º | 0.62% | 0.14% | - |
| HSV(B) | 344.65º | 0.77% | 0.22% | - |
| XYZ | 1.94 | 1.19 | 0.99 | - |
| YUV | 27.11 | 126.25 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 13 | 24 | 0 | 0.77 | 0.57 | 0.78 | 344.65 | 0.62 | 0.14 |
| Hex | 38 | D | 18 | 0 | 4D | 39 | 4E | 159 | 3E | E |
| Octal | 70 | 15 | 30 | 0 | 115 | 71 | 116 | 531 | 76 | 16 |
| Binary | 111000 | 1101 | 11000 | 0 | 1001101 | 111001 | 1001110 | 101011001 | 111110 | 1110 |
Color Harmonies of #380D18
Complementary color
Monochromatic Colors of #380D18
Black with #380D18
Text Example
Text Example
White with #380D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380D18; }
p { color: rgb(56,13,24); }
H1.HeaderClassName
{
color: #380D18;
}
.AnyTagClassName
{
color: #380D18;
}
</style>
background-color css
<style>
a { background-color: #380D18; }
a { background-color: rgb(56,13,24); }
div.DivClassName
{
background-color: #380D18;
}
.BgClassName
{
background-color: #380D18;
}
</style>
border-color css
<style>
span { border-color: #380D18; }
span { border-color: rgb(56,13,24); }
td.TdClassName
{
border-color: #380D18;
}
.TagClassName
{
border-color: #380D18;
}
</style>