Shades of Rustic Red #2A0207
Tints of Rustic Red #2A0207
RGB
CMYK
RGB Variations
Color information
#2A0207 (or 0x2A0207) is known color: Rustic Red. HEX triplet: 2A, 02 and 07. RGB value is (42,2,7). Sum of RGB (Red+Green+Blue) = 42+2+7=51 (6% of max value = 765). Red value is 42 (16.80% from 255 or 82.35% from 51); Green value is 2 (1.17% from 255 or 3.92% from 51); Blue value is 7 (3.12% from 255 or 13.73% from 51); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0207 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A0207 is #D5FDF8. Grayscale: #0E0E0E. Windows color (decimal): -14024185 or 459306. OLE color: 459306.
HSL color Cylindrical-coordinate representation of color #2A0207: hue angle of 352.5º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2A0207 is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 2 | 7 | - |
| CMYK | 0 | 0.95 | 0.83 | 0.84 |
| HSL | 352.5º | 0.91% | 0.09% | - |
| HSV(B) | 352.5º | 0.95% | 0.16% | - |
| XYZ | 1.01 | 0.55 | 0.25 | - |
| YUV | 14.53 | 123.75 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 2 | 7 | 0 | 0.95 | 0.83 | 0.84 | 352.5 | 0.91 | 0.09 |
| Hex | 2A | 2 | 7 | 0 | 5F | 53 | 54 | 160 | 5B | 9 |
| Octal | 52 | 2 | 7 | 0 | 137 | 123 | 124 | 540 | 133 | 11 |
| Binary | 101010 | 10 | 111 | 0 | 1011111 | 1010011 | 1010100 | 101100000 | 1011011 | 1001 |
Color Harmonies of #2A0207
Complementary color
Monochromatic Colors of #2A0207
Black with #2A0207
Text Example
Text Example
White with #2A0207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0207; }
p { color: rgb(42,2,7); }
H1.HeaderClassName
{
color: #2A0207;
}
.AnyTagClassName
{
color: #2A0207;
}
</style>
background-color css
<style>
a { background-color: #2A0207; }
a { background-color: rgb(42,2,7); }
div.DivClassName
{
background-color: #2A0207;
}
.BgClassName
{
background-color: #2A0207;
}
</style>
border-color css
<style>
span { border-color: #2A0207; }
span { border-color: rgb(42,2,7); }
td.TdClassName
{
border-color: #2A0207;
}
.TagClassName
{
border-color: #2A0207;
}
</style>