Shades of Rustic Red #42000F
Tints of Rustic Red #42000F
RGB
CMYK
RGB Variations
Color information
#42000F (or 0x42000F) is known color: Rustic Red. HEX triplet: 42, 00 and 0F. RGB value is (66,0,15). Sum of RGB (Red+Green+Blue) = 66+0+15=81 (10% of max value = 765). Red value is 66 (26.17% from 255 or 81.48% from 81); Green value is 0 (0.39% from 255 or 0% from 81); Blue value is 15 (6.25% from 255 or 18.52% from 81); Max value from RGB is 66 - color contains mainly: red. Hex color #42000F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42000F is #BDFFF0. Grayscale: #151515. Windows color (decimal): -12451825 or 983106. OLE color: 983106.
HSL color Cylindrical-coordinate representation of color #42000F: hue angle of 346.36º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #42000F is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.77 | 0.74 |
| HSL | 346.36º | 1% | 0.13% | - |
| HSV(B) | 346.36º | 1% | 0.26% | - |
| XYZ | 2.33 | 1.19 | 0.56 | - |
| YUV | 21.44 | 124.37 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 0 | 15 | 0 | 1 | 0.77 | 0.74 | 346.36 | 1 | 0.13 |
| Hex | 42 | 0 | F | 0 | 64 | 4D | 4A | 15A | 64 | D |
| Octal | 102 | 0 | 17 | 0 | 144 | 115 | 112 | 532 | 144 | 15 |
| Binary | 1000010 | 0 | 1111 | 0 | 1100100 | 1001101 | 1001010 | 101011010 | 1100100 | 1101 |
Color Harmonies of #42000F
Complementary color
Monochromatic Colors of #42000F
Black with #42000F
Text Example
Text Example
White with #42000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42000F; }
p { color: rgb(66,0,15); }
H1.HeaderClassName
{
color: #42000F;
}
.AnyTagClassName
{
color: #42000F;
}
</style>
background-color css
<style>
a { background-color: #42000F; }
a { background-color: rgb(66,0,15); }
div.DivClassName
{
background-color: #42000F;
}
.BgClassName
{
background-color: #42000F;
}
</style>
border-color css
<style>
span { border-color: #42000F; }
span { border-color: rgb(66,0,15); }
td.TdClassName
{
border-color: #42000F;
}
.TagClassName
{
border-color: #42000F;
}
</style>