Shades of Rustic Red #381A1B
Tints of Rustic Red #381A1B
RGB
CMYK
RGB Variations
Color information
#381A1B (or 0x381A1B) is known color: Rustic Red. HEX triplet: 38, 1A and 1B. RGB value is (56,26,27). Sum of RGB (Red+Green+Blue) = 56+26+27=109 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.38% from 109); Green value is 26 (10.55% from 255 or 23.85% from 109); Blue value is 27 (10.94% from 255 or 24.77% from 109); Max value from RGB is 56 - color contains mainly: red. Hex color #381A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381A1B is #C7E5E4. Grayscale: #232323. Windows color (decimal): -13100517 or 1776184. OLE color: 1776184.
HSL color Cylindrical-coordinate representation of color #381A1B: hue angle of 358º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #381A1B is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.78.
Color convert
RGB | 56 | 26 | 27 | - |
CMYK | 0 | 0.54 | 0.52 | 0.78 |
HSL | 358º | 0.37% | 0.16% | - |
HSV(B) | 358º | 0.54% | 0.22% | - |
XYZ | 2.2 | 1.66 | 1.24 | - |
YUV | 35.08 | 123.44 | 142.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 56 | 26 | 27 | 0 | 0.54 | 0.52 | 0.78 | 358 | 0.37 | 0.16 |
Hex | 38 | 1A | 1B | 0 | 36 | 34 | 4E | 166 | 25 | 10 |
Octal | 70 | 32 | 33 | 0 | 66 | 64 | 116 | 546 | 45 | 20 |
Binary | 111000 | 11010 | 11011 | 0 | 110110 | 110100 | 1001110 | 101100110 | 100101 | 10000 |
Color Harmonies of #381A1B
Complementary color
Monochromatic Colors of #381A1B
Black with #381A1B
Text Example
Text Example
White with #381A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381A1B; }
p { color: rgb(56,26,27); }
H1.HeaderClassName
{
color: #381A1B;
}
.AnyTagClassName
{
color: #381A1B;
}
</style>
background-color css
<style>
a { background-color: #381A1B; }
a { background-color: rgb(56,26,27); }
div.DivClassName
{
background-color: #381A1B;
}
.BgClassName
{
background-color: #381A1B;
}
</style>
border-color css
<style>
span { border-color: #381A1B; }
span { border-color: rgb(56,26,27); }
td.TdClassName
{
border-color: #381A1B;
}
.TagClassName
{
border-color: #381A1B;
}
</style>