Shades of Rustic Red #38181A
Tints of Rustic Red #38181A
RGB
CMYK
RGB Variations
Color information
#38181A (or 0x38181A) is known color: Rustic Red. HEX triplet: 38, 18 and 1A. RGB value is (56,24,26). Sum of RGB (Red+Green+Blue) = 56+24+26=106 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.83% from 106); Green value is 24 (9.77% from 255 or 22.64% from 106); Blue value is 26 (10.55% from 255 or 24.53% from 106); Max value from RGB is 56 - color contains mainly: red. Hex color #38181A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38181A is #C7E7E5. Grayscale: #212121. Windows color (decimal): -13101030 or 1710136. OLE color: 1710136.
HSL color Cylindrical-coordinate representation of color #38181A: hue angle of 356.25º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #38181A is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 24 | 26 | - |
| CMYK | 0 | 0.57 | 0.54 | 0.78 |
| HSL | 356.25º | 0.4% | 0.16% | - |
| HSV(B) | 356.25º | 0.57% | 0.22% | - |
| XYZ | 2.14 | 1.57 | 1.17 | - |
| YUV | 33.8 | 123.6 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 24 | 26 | 0 | 0.57 | 0.54 | 0.78 | 356.25 | 0.4 | 0.16 |
| Hex | 38 | 18 | 1A | 0 | 39 | 36 | 4E | 164 | 28 | 10 |
| Octal | 70 | 30 | 32 | 0 | 71 | 66 | 116 | 544 | 50 | 20 |
| Binary | 111000 | 11000 | 11010 | 0 | 111001 | 110110 | 1001110 | 101100100 | 101000 | 10000 |
Color Harmonies of #38181A
Complementary color
Monochromatic Colors of #38181A
Black with #38181A
Text Example
Text Example
White with #38181A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38181A; }
p { color: rgb(56,24,26); }
H1.HeaderClassName
{
color: #38181A;
}
.AnyTagClassName
{
color: #38181A;
}
</style>
background-color css
<style>
a { background-color: #38181A; }
a { background-color: rgb(56,24,26); }
div.DivClassName
{
background-color: #38181A;
}
.BgClassName
{
background-color: #38181A;
}
</style>
border-color css
<style>
span { border-color: #38181A; }
span { border-color: rgb(56,24,26); }
td.TdClassName
{
border-color: #38181A;
}
.TagClassName
{
border-color: #38181A;
}
</style>