Shades of Rustic Red #420311
Tints of Rustic Red #420311
RGB
CMYK
RGB Variations
Color information
#420311 (or 0x420311) is known color: Rustic Red. HEX triplet: 42, 03 and 11. RGB value is (66,3,17). Sum of RGB (Red+Green+Blue) = 66+3+17=86 (11% of max value = 765). Red value is 66 (26.17% from 255 or 76.74% from 86); Green value is 3 (1.56% from 255 or 3.49% from 86); Blue value is 17 (7.03% from 255 or 19.77% from 86); Max value from RGB is 66 - color contains mainly: red. Hex color #420311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420311 is #BDFCEE. Grayscale: #171717. Windows color (decimal): -12451055 or 1114946. OLE color: 1114946.
HSL color Cylindrical-coordinate representation of color #420311: hue angle of 346.67º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420311 is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 3 | 17 | - |
| CMYK | 0 | 0.95 | 0.74 | 0.74 |
| HSL | 346.67º | 0.91% | 0.14% | - |
| HSV(B) | 346.67º | 0.95% | 0.26% | - |
| XYZ | 2.38 | 1.26 | 0.65 | - |
| YUV | 23.43 | 124.37 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 3 | 17 | 0 | 0.95 | 0.74 | 0.74 | 346.67 | 0.91 | 0.14 |
| Hex | 42 | 3 | 11 | 0 | 5F | 4A | 4A | 15B | 5B | E |
| Octal | 102 | 3 | 21 | 0 | 137 | 112 | 112 | 533 | 133 | 16 |
| Binary | 1000010 | 11 | 10001 | 0 | 1011111 | 1001010 | 1001010 | 101011011 | 1011011 | 1110 |
Color Harmonies of #420311
Complementary color
Monochromatic Colors of #420311
Black with #420311
Text Example
Text Example
White with #420311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420311; }
p { color: rgb(66,3,17); }
H1.HeaderClassName
{
color: #420311;
}
.AnyTagClassName
{
color: #420311;
}
</style>
background-color css
<style>
a { background-color: #420311; }
a { background-color: rgb(66,3,17); }
div.DivClassName
{
background-color: #420311;
}
.BgClassName
{
background-color: #420311;
}
</style>
border-color css
<style>
span { border-color: #420311; }
span { border-color: rgb(66,3,17); }
td.TdClassName
{
border-color: #420311;
}
.TagClassName
{
border-color: #420311;
}
</style>