Shades of Rustic Red #420308
Tints of Rustic Red #420308
RGB
CMYK
RGB Variations
Color information
#420308 (or 0x420308) is known color: Rustic Red. HEX triplet: 42, 03 and 08. RGB value is (66,3,8). Sum of RGB (Red+Green+Blue) = 66+3+8=77 (10% of max value = 765). Red value is 66 (26.17% from 255 or 85.71% from 77); Green value is 3 (1.56% from 255 or 3.90% from 77); Blue value is 8 (3.52% from 255 or 10.39% from 77); Max value from RGB is 66 - color contains mainly: red. Hex color #420308 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420308 is #BDFCF7. Grayscale: #161616. Windows color (decimal): -12451064 or 525122. OLE color: 525122.
HSL color Cylindrical-coordinate representation of color #420308: hue angle of 355.24º 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 #420308 is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 3 | 8 | - |
| CMYK | 0 | 0.95 | 0.88 | 0.74 |
| HSL | 355.24º | 0.91% | 0.14% | - |
| HSV(B) | 355.24º | 0.95% | 0.26% | - |
| XYZ | 2.32 | 1.24 | 0.35 | - |
| YUV | 22.41 | 119.87 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 3 | 8 | 0 | 0.95 | 0.88 | 0.74 | 355.24 | 0.91 | 0.14 |
| Hex | 42 | 3 | 8 | 0 | 5F | 58 | 4A | 163 | 5B | E |
| Octal | 102 | 3 | 10 | 0 | 137 | 130 | 112 | 543 | 133 | 16 |
| Binary | 1000010 | 11 | 1000 | 0 | 1011111 | 1011000 | 1001010 | 101100011 | 1011011 | 1110 |
Color Harmonies of #420308
Complementary color
Monochromatic Colors of #420308
Black with #420308
Text Example
Text Example
White with #420308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420308; }
p { color: rgb(66,3,8); }
H1.HeaderClassName
{
color: #420308;
}
.AnyTagClassName
{
color: #420308;
}
</style>
background-color css
<style>
a { background-color: #420308; }
a { background-color: rgb(66,3,8); }
div.DivClassName
{
background-color: #420308;
}
.BgClassName
{
background-color: #420308;
}
</style>
border-color css
<style>
span { border-color: #420308; }
span { border-color: rgb(66,3,8); }
td.TdClassName
{
border-color: #420308;
}
.TagClassName
{
border-color: #420308;
}
</style>