Shades of Rustic Red #380B19
Tints of Rustic Red #380B19
RGB
CMYK
RGB Variations
Color information
#380B19 (or 0x380B19) is known color: Rustic Red. HEX triplet: 38, 0B and 19. RGB value is (56,11,25). Sum of RGB (Red+Green+Blue) = 56+11+25=92 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.87% from 92); Green value is 11 (4.69% from 255 or 11.96% from 92); Blue value is 25 (10.16% from 255 or 27.17% from 92); Max value from RGB is 56 - color contains mainly: red. Hex color #380B19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380B19 is #C7F4E6. Grayscale: #1A1A1A. Windows color (decimal): -13104359 or 1641272. OLE color: 1641272.
HSL color Cylindrical-coordinate representation of color #380B19: hue angle of 341.33º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #380B19 is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 11 | 25 | - |
| CMYK | 0 | 0.80 | 0.55 | 0.78 |
| HSL | 341.33º | 0.67% | 0.13% | - |
| HSV(B) | 341.33º | 0.8% | 0.22% | - |
| XYZ | 1.93 | 1.15 | 1.04 | - |
| YUV | 26.05 | 127.41 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 11 | 25 | 0 | 0.80 | 0.55 | 0.78 | 341.33 | 0.67 | 0.13 |
| Hex | 38 | B | 19 | 0 | 50 | 37 | 4E | 155 | 43 | D |
| Octal | 70 | 13 | 31 | 0 | 120 | 67 | 116 | 525 | 103 | 15 |
| Binary | 111000 | 1011 | 11001 | 0 | 1010000 | 110111 | 1001110 | 101010101 | 1000011 | 1101 |
Color Harmonies of #380B19
Complementary color
Monochromatic Colors of #380B19
Black with #380B19
Text Example
Text Example
White with #380B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380B19; }
p { color: rgb(56,11,25); }
H1.HeaderClassName
{
color: #380B19;
}
.AnyTagClassName
{
color: #380B19;
}
</style>
background-color css
<style>
a { background-color: #380B19; }
a { background-color: rgb(56,11,25); }
div.DivClassName
{
background-color: #380B19;
}
.BgClassName
{
background-color: #380B19;
}
</style>
border-color css
<style>
span { border-color: #380B19; }
span { border-color: rgb(56,11,25); }
td.TdClassName
{
border-color: #380B19;
}
.TagClassName
{
border-color: #380B19;
}
</style>