Shades of Rustic Red #42090F
Tints of Rustic Red #42090F
RGB
CMYK
RGB Variations
Color information
#42090F (or 0x42090F) is known color: Rustic Red. HEX triplet: 42, 09 and 0F. RGB value is (66,9,15). Sum of RGB (Red+Green+Blue) = 66+9+15=90 (11% of max value = 765). Red value is 66 (26.17% from 255 or 73.33% from 90); Green value is 9 (3.91% from 255 or 10% from 90); Blue value is 15 (6.25% from 255 or 16.67% from 90); Max value from RGB is 66 - color contains mainly: red. Hex color #42090F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42090F is #BDF6F0. Grayscale: #1A1A1A. Windows color (decimal): -12449521 or 985410. OLE color: 985410.
HSL color Cylindrical-coordinate representation of color #42090F: hue angle of 353.68º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #42090F is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 9 | 15 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.74 |
| HSL | 353.68º | 0.76% | 0.15% | - |
| HSV(B) | 353.68º | 0.86% | 0.26% | - |
| XYZ | 2.43 | 1.39 | 0.59 | - |
| YUV | 26.73 | 121.38 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 9 | 15 | 0 | 0.86 | 0.77 | 0.74 | 353.68 | 0.76 | 0.15 |
| Hex | 42 | 9 | F | 0 | 56 | 4D | 4A | 162 | 4C | F |
| Octal | 102 | 11 | 17 | 0 | 126 | 115 | 112 | 542 | 114 | 17 |
| Binary | 1000010 | 1001 | 1111 | 0 | 1010110 | 1001101 | 1001010 | 101100010 | 1001100 | 1111 |
Color Harmonies of #42090F
Complementary color
Monochromatic Colors of #42090F
Black with #42090F
Text Example
Text Example
White with #42090F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42090F; }
p { color: rgb(66,9,15); }
H1.HeaderClassName
{
color: #42090F;
}
.AnyTagClassName
{
color: #42090F;
}
</style>
background-color css
<style>
a { background-color: #42090F; }
a { background-color: rgb(66,9,15); }
div.DivClassName
{
background-color: #42090F;
}
.BgClassName
{
background-color: #42090F;
}
</style>
border-color css
<style>
span { border-color: #42090F; }
span { border-color: rgb(66,9,15); }
td.TdClassName
{
border-color: #42090F;
}
.TagClassName
{
border-color: #42090F;
}
</style>