Shades of Rustic Red #420B19
Tints of Rustic Red #420B19
RGB
CMYK
RGB Variations
Color information
#420B19 (or 0x420B19) is known color: Rustic Red. HEX triplet: 42, 0B and 19. RGB value is (66,11,25). Sum of RGB (Red+Green+Blue) = 66+11+25=102 (13% of max value = 765). Red value is 66 (26.17% from 255 or 64.71% from 102); Green value is 11 (4.69% from 255 or 10.78% from 102); Blue value is 25 (10.16% from 255 or 24.51% from 102); Max value from RGB is 66 - color contains mainly: red. Hex color #420B19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420B19 is #BDF4E6. Grayscale: #1D1D1D. Windows color (decimal): -12448999 or 1641282. OLE color: 1641282.
HSL color Cylindrical-coordinate representation of color #420B19: hue angle of 344.73º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #420B19 is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 11 | 25 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.74 |
| HSL | 344.73º | 0.71% | 0.15% | - |
| HSV(B) | 344.73º | 0.83% | 0.26% | - |
| XYZ | 2.54 | 1.47 | 1.07 | - |
| YUV | 29.04 | 125.72 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 11 | 25 | 0 | 0.83 | 0.62 | 0.74 | 344.73 | 0.71 | 0.15 |
| Hex | 42 | B | 19 | 0 | 53 | 3E | 4A | 159 | 47 | F |
| Octal | 102 | 13 | 31 | 0 | 123 | 76 | 112 | 531 | 107 | 17 |
| Binary | 1000010 | 1011 | 11001 | 0 | 1010011 | 111110 | 1001010 | 101011001 | 1000111 | 1111 |
Color Harmonies of #420B19
Complementary color
Monochromatic Colors of #420B19
Black with #420B19
Text Example
Text Example
White with #420B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420B19; }
p { color: rgb(66,11,25); }
H1.HeaderClassName
{
color: #420B19;
}
.AnyTagClassName
{
color: #420B19;
}
</style>
background-color css
<style>
a { background-color: #420B19; }
a { background-color: rgb(66,11,25); }
div.DivClassName
{
background-color: #420B19;
}
.BgClassName
{
background-color: #420B19;
}
</style>
border-color css
<style>
span { border-color: #420B19; }
span { border-color: rgb(66,11,25); }
td.TdClassName
{
border-color: #420B19;
}
.TagClassName
{
border-color: #420B19;
}
</style>