Shades of Rustic Red #38141A
Tints of Rustic Red #38141A
RGB
CMYK
RGB Variations
Color information
#38141A (or 0x38141A) is known color: Rustic Red. HEX triplet: 38, 14 and 1A. RGB value is (56,20,26). Sum of RGB (Red+Green+Blue) = 56+20+26=102 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.90% from 102); Green value is 20 (8.20% from 255 or 19.61% from 102); Blue value is 26 (10.55% from 255 or 25.49% from 102); Max value from RGB is 56 - color contains mainly: red. Hex color #38141A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38141A is #C7EBE5. Grayscale: #1F1F1F. Windows color (decimal): -13102054 or 1709112. OLE color: 1709112.
HSL color Cylindrical-coordinate representation of color #38141A: hue angle of 350º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38141A is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 20 | 26 | - |
| CMYK | 0 | 0.64 | 0.54 | 0.78 |
| HSL | 350º | 0.47% | 0.15% | - |
| HSV(B) | 350º | 0.64% | 0.22% | - |
| XYZ | 2.07 | 1.42 | 1.14 | - |
| YUV | 31.45 | 124.93 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 20 | 26 | 0 | 0.64 | 0.54 | 0.78 | 350 | 0.47 | 0.15 |
| Hex | 38 | 14 | 1A | 0 | 40 | 36 | 4E | 15E | 2F | F |
| Octal | 70 | 24 | 32 | 0 | 100 | 66 | 116 | 536 | 57 | 17 |
| Binary | 111000 | 10100 | 11010 | 0 | 1000000 | 110110 | 1001110 | 101011110 | 101111 | 1111 |
Color Harmonies of #38141A
Complementary color
Monochromatic Colors of #38141A
Black with #38141A
Text Example
Text Example
White with #38141A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38141A; }
p { color: rgb(56,20,26); }
H1.HeaderClassName
{
color: #38141A;
}
.AnyTagClassName
{
color: #38141A;
}
</style>
background-color css
<style>
a { background-color: #38141A; }
a { background-color: rgb(56,20,26); }
div.DivClassName
{
background-color: #38141A;
}
.BgClassName
{
background-color: #38141A;
}
</style>
border-color css
<style>
span { border-color: #38141A; }
span { border-color: rgb(56,20,26); }
td.TdClassName
{
border-color: #38141A;
}
.TagClassName
{
border-color: #38141A;
}
</style>