Shades of Rustic Red #38131A
Tints of Rustic Red #38131A
RGB
CMYK
RGB Variations
Color information
#38131A (or 0x38131A) is known color: Rustic Red. HEX triplet: 38, 13 and 1A. RGB value is (56,19,26). Sum of RGB (Red+Green+Blue) = 56+19+26=101 (13% of max value = 765). Red value is 56 (22.27% from 255 or 55.45% from 101); Green value is 19 (7.81% from 255 or 18.81% from 101); Blue value is 26 (10.55% from 255 or 25.74% from 101); Max value from RGB is 56 - color contains mainly: red. Hex color #38131A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38131A is #C7ECE5. Grayscale: #1E1E1E. Windows color (decimal): -13102310 or 1708856. OLE color: 1708856.
HSL color Cylindrical-coordinate representation of color #38131A: hue angle of 348.65º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #38131A is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 19 | 26 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.78 |
| HSL | 348.65º | 0.49% | 0.15% | - |
| HSV(B) | 348.65º | 0.66% | 0.22% | - |
| XYZ | 2.05 | 1.38 | 1.14 | - |
| YUV | 30.86 | 125.26 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 19 | 26 | 0 | 0.66 | 0.54 | 0.78 | 348.65 | 0.49 | 0.15 |
| Hex | 38 | 13 | 1A | 0 | 42 | 36 | 4E | 15D | 31 | F |
| Octal | 70 | 23 | 32 | 0 | 102 | 66 | 116 | 535 | 61 | 17 |
| Binary | 111000 | 10011 | 11010 | 0 | 1000010 | 110110 | 1001110 | 101011101 | 110001 | 1111 |
Color Harmonies of #38131A
Complementary color
Monochromatic Colors of #38131A
Black with #38131A
Text Example
Text Example
White with #38131A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38131A; }
p { color: rgb(56,19,26); }
H1.HeaderClassName
{
color: #38131A;
}
.AnyTagClassName
{
color: #38131A;
}
</style>
background-color css
<style>
a { background-color: #38131A; }
a { background-color: rgb(56,19,26); }
div.DivClassName
{
background-color: #38131A;
}
.BgClassName
{
background-color: #38131A;
}
</style>
border-color css
<style>
span { border-color: #38131A; }
span { border-color: rgb(56,19,26); }
td.TdClassName
{
border-color: #38131A;
}
.TagClassName
{
border-color: #38131A;
}
</style>