Shades of Rustic Red #42131B
Tints of Rustic Red #42131B
RGB
CMYK
RGB Variations
Color information
#42131B (or 0x42131B) is known color: Rustic Red. HEX triplet: 42, 13 and 1B. RGB value is (66,19,27). Sum of RGB (Red+Green+Blue) = 66+19+27=112 (14% of max value = 765). Red value is 66 (26.17% from 255 or 58.93% from 112); Green value is 19 (7.81% from 255 or 16.96% from 112); Blue value is 27 (10.94% from 255 or 24.11% from 112); Max value from RGB is 66 - color contains mainly: red. Hex color #42131B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42131B is #BDECE4. Grayscale: #212121. Windows color (decimal): -12446949 or 1774402. OLE color: 1774402.
HSL color Cylindrical-coordinate representation of color #42131B: hue angle of 349.79º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42131B is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 19 | 27 | - |
| CMYK | 0 | 0.71 | 0.59 | 0.74 |
| HSL | 349.79º | 0.55% | 0.17% | - |
| HSV(B) | 349.79º | 0.71% | 0.26% | - |
| XYZ | 2.68 | 1.7 | 1.22 | - |
| YUV | 33.97 | 124.07 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 19 | 27 | 0 | 0.71 | 0.59 | 0.74 | 349.79 | 0.55 | 0.17 |
| Hex | 42 | 13 | 1B | 0 | 47 | 3B | 4A | 15E | 37 | 11 |
| Octal | 102 | 23 | 33 | 0 | 107 | 73 | 112 | 536 | 67 | 21 |
| Binary | 1000010 | 10011 | 11011 | 0 | 1000111 | 111011 | 1001010 | 101011110 | 110111 | 10001 |
Color Harmonies of #42131B
Complementary color
Monochromatic Colors of #42131B
Black with #42131B
Text Example
Text Example
White with #42131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42131B; }
p { color: rgb(66,19,27); }
H1.HeaderClassName
{
color: #42131B;
}
.AnyTagClassName
{
color: #42131B;
}
</style>
background-color css
<style>
a { background-color: #42131B; }
a { background-color: rgb(66,19,27); }
div.DivClassName
{
background-color: #42131B;
}
.BgClassName
{
background-color: #42131B;
}
</style>
border-color css
<style>
span { border-color: #42131B; }
span { border-color: rgb(66,19,27); }
td.TdClassName
{
border-color: #42131B;
}
.TagClassName
{
border-color: #42131B;
}
</style>