Shades of Rustic Red #381B1C
Tints of Rustic Red #381B1C
RGB
CMYK
RGB Variations
Color information
#381B1C (or 0x381B1C) is known color: Rustic Red. HEX triplet: 38, 1B and 1C. RGB value is (56,27,28). Sum of RGB (Red+Green+Blue) = 56+27+28=111 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.45% from 111); Green value is 27 (10.94% from 255 or 24.32% from 111); Blue value is 28 (11.33% from 255 or 25.23% from 111); Max value from RGB is 56 - color contains mainly: red. Hex color #381B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381B1C is #C7E4E3. Grayscale: #232323. Windows color (decimal): -13100260 or 1841976. OLE color: 1841976.
HSL color Cylindrical-coordinate representation of color #381B1C: hue angle of 357.93º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #381B1C is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 27 | 28 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.78 |
| HSL | 357.93º | 0.35% | 0.16% | - |
| HSV(B) | 357.93º | 0.52% | 0.22% | - |
| XYZ | 2.23 | 1.71 | 1.31 | - |
| YUV | 35.79 | 123.61 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 27 | 28 | 0 | 0.52 | 0.50 | 0.78 | 357.93 | 0.35 | 0.16 |
| Hex | 38 | 1B | 1C | 0 | 34 | 32 | 4E | 166 | 23 | 10 |
| Octal | 70 | 33 | 34 | 0 | 64 | 62 | 116 | 546 | 43 | 20 |
| Binary | 111000 | 11011 | 11100 | 0 | 110100 | 110010 | 1001110 | 101100110 | 100011 | 10000 |
Color Harmonies of #381B1C
Complementary color
Monochromatic Colors of #381B1C
Black with #381B1C
Text Example
Text Example
White with #381B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381B1C; }
p { color: rgb(56,27,28); }
H1.HeaderClassName
{
color: #381B1C;
}
.AnyTagClassName
{
color: #381B1C;
}
</style>
background-color css
<style>
a { background-color: #381B1C; }
a { background-color: rgb(56,27,28); }
div.DivClassName
{
background-color: #381B1C;
}
.BgClassName
{
background-color: #381B1C;
}
</style>
border-color css
<style>
span { border-color: #381B1C; }
span { border-color: rgb(56,27,28); }
td.TdClassName
{
border-color: #381B1C;
}
.TagClassName
{
border-color: #381B1C;
}
</style>