Shades of Rustic Red #42101B
Tints of Rustic Red #42101B
RGB
CMYK
RGB Variations
Color information
#42101B (or 0x42101B) is known color: Rustic Red. HEX triplet: 42, 10 and 1B. RGB value is (66,16,27). Sum of RGB (Red+Green+Blue) = 66+16+27=109 (14% of max value = 765). Red value is 66 (26.17% from 255 or 60.55% from 109); Green value is 16 (6.64% from 255 or 14.68% from 109); Blue value is 27 (10.94% from 255 or 24.77% from 109); Max value from RGB is 66 - color contains mainly: red. Hex color #42101B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42101B is #BDEFE4. Grayscale: #202020. Windows color (decimal): -12447717 or 1773634. OLE color: 1773634.
HSL color Cylindrical-coordinate representation of color #42101B: hue angle of 346.8º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #42101B is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 16 | 27 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.74 |
| HSL | 346.8º | 0.61% | 0.16% | - |
| HSV(B) | 346.8º | 0.76% | 0.26% | - |
| XYZ | 2.63 | 1.61 | 1.21 | - |
| YUV | 32.2 | 125.07 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 16 | 27 | 0 | 0.76 | 0.59 | 0.74 | 346.8 | 0.61 | 0.16 |
| Hex | 42 | 10 | 1B | 0 | 4C | 3B | 4A | 15B | 3D | 10 |
| Octal | 102 | 20 | 33 | 0 | 114 | 73 | 112 | 533 | 75 | 20 |
| Binary | 1000010 | 10000 | 11011 | 0 | 1001100 | 111011 | 1001010 | 101011011 | 111101 | 10000 |
Color Harmonies of #42101B
Complementary color
Monochromatic Colors of #42101B
Black with #42101B
Text Example
Text Example
White with #42101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42101B; }
p { color: rgb(66,16,27); }
H1.HeaderClassName
{
color: #42101B;
}
.AnyTagClassName
{
color: #42101B;
}
</style>
background-color css
<style>
a { background-color: #42101B; }
a { background-color: rgb(66,16,27); }
div.DivClassName
{
background-color: #42101B;
}
.BgClassName
{
background-color: #42101B;
}
</style>
border-color css
<style>
span { border-color: #42101B; }
span { border-color: rgb(66,16,27); }
td.TdClassName
{
border-color: #42101B;
}
.TagClassName
{
border-color: #42101B;
}
</style>