Shades of Rustic Red #420F10
Tints of Rustic Red #420F10
RGB
CMYK
RGB Variations
Color information
#420F10 (or 0x420F10) is known color: Rustic Red. HEX triplet: 42, 0F and 10. RGB value is (66,15,16). Sum of RGB (Red+Green+Blue) = 66+15+16=97 (12% of max value = 765). Red value is 66 (26.17% from 255 or 68.04% from 97); Green value is 15 (6.25% from 255 or 15.46% from 97); Blue value is 16 (6.64% from 255 or 16.49% from 97); Max value from RGB is 66 - color contains mainly: red. Hex color #420F10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420F10 is #BDF0EF. Grayscale: #1E1E1E. Windows color (decimal): -12447984 or 1052482. OLE color: 1052482.
HSL color Cylindrical-coordinate representation of color #420F10: hue angle of 358.82º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #420F10 is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 15 | 16 | - |
| CMYK | 0 | 0.77 | 0.76 | 0.74 |
| HSL | 358.82º | 0.63% | 0.16% | - |
| HSV(B) | 358.82º | 0.77% | 0.26% | - |
| XYZ | 2.51 | 1.54 | 0.65 | - |
| YUV | 30.36 | 119.9 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 15 | 16 | 0 | 0.77 | 0.76 | 0.74 | 358.82 | 0.63 | 0.16 |
| Hex | 42 | F | 10 | 0 | 4D | 4C | 4A | 167 | 3F | 10 |
| Octal | 102 | 17 | 20 | 0 | 115 | 114 | 112 | 547 | 77 | 20 |
| Binary | 1000010 | 1111 | 10000 | 0 | 1001101 | 1001100 | 1001010 | 101100111 | 111111 | 10000 |
Color Harmonies of #420F10
Complementary color
Monochromatic Colors of #420F10
Black with #420F10
Text Example
Text Example
White with #420F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420F10; }
p { color: rgb(66,15,16); }
H1.HeaderClassName
{
color: #420F10;
}
.AnyTagClassName
{
color: #420F10;
}
</style>
background-color css
<style>
a { background-color: #420F10; }
a { background-color: rgb(66,15,16); }
div.DivClassName
{
background-color: #420F10;
}
.BgClassName
{
background-color: #420F10;
}
</style>
border-color css
<style>
span { border-color: #420F10; }
span { border-color: rgb(66,15,16); }
td.TdClassName
{
border-color: #420F10;
}
.TagClassName
{
border-color: #420F10;
}
</style>