Shades of Rustic Red #42030B
Tints of Rustic Red #42030B
RGB
CMYK
RGB Variations
Color information
#42030B (or 0x42030B) is known color: Rustic Red. HEX triplet: 42, 03 and 0B. RGB value is (66,3,11). Sum of RGB (Red+Green+Blue) = 66+3+11=80 (10% of max value = 765). Red value is 66 (26.17% from 255 or 82.5% from 80); Green value is 3 (1.56% from 255 or 3.75% from 80); Blue value is 11 (4.69% from 255 or 13.75% from 80); Max value from RGB is 66 - color contains mainly: red. Hex color #42030B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42030B is #BDFCF4. Grayscale: #161616. Windows color (decimal): -12451061 or 721730. OLE color: 721730.
HSL color Cylindrical-coordinate representation of color #42030B: hue angle of 352.38º 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 #42030B is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 3 | 11 | - |
| CMYK | 0 | 0.95 | 0.83 | 0.74 |
| HSL | 352.38º | 0.91% | 0.14% | - |
| HSV(B) | 352.38º | 0.95% | 0.26% | - |
| XYZ | 2.34 | 1.25 | 0.43 | - |
| YUV | 22.75 | 121.37 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 3 | 11 | 0 | 0.95 | 0.83 | 0.74 | 352.38 | 0.91 | 0.14 |
| Hex | 42 | 3 | B | 0 | 5F | 53 | 4A | 160 | 5B | E |
| Octal | 102 | 3 | 13 | 0 | 137 | 123 | 112 | 540 | 133 | 16 |
| Binary | 1000010 | 11 | 1011 | 0 | 1011111 | 1010011 | 1001010 | 101100000 | 1011011 | 1110 |
Color Harmonies of #42030B
Complementary color
Monochromatic Colors of #42030B
Black with #42030B
Text Example
Text Example
White with #42030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42030B; }
p { color: rgb(66,3,11); }
H1.HeaderClassName
{
color: #42030B;
}
.AnyTagClassName
{
color: #42030B;
}
</style>
background-color css
<style>
a { background-color: #42030B; }
a { background-color: rgb(66,3,11); }
div.DivClassName
{
background-color: #42030B;
}
.BgClassName
{
background-color: #42030B;
}
</style>
border-color css
<style>
span { border-color: #42030B; }
span { border-color: rgb(66,3,11); }
td.TdClassName
{
border-color: #42030B;
}
.TagClassName
{
border-color: #42030B;
}
</style>