Shades of Rustic Red #2A000F
Tints of Rustic Red #2A000F
RGB
CMYK
RGB Variations
Color information
#2A000F (or 0x2A000F) is known color: Rustic Red. HEX triplet: 2A, 00 and 0F. RGB value is (42,0,15). Sum of RGB (Red+Green+Blue) = 42+0+15=57 (7% of max value = 765). Red value is 42 (16.80% from 255 or 73.68% from 57); Green value is 0 (0.39% from 255 or 0% from 57); Blue value is 15 (6.25% from 255 or 26.32% from 57); Max value from RGB is 42 - color contains mainly: red. Hex color #2A000F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A000F is #D5FFF0. Grayscale: #0E0E0E. Windows color (decimal): -14024689 or 983082. OLE color: 983082.
HSL color Cylindrical-coordinate representation of color #2A000F: hue angle of 338.57º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A000F is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.64 | 0.84 |
| HSL | 338.57º | 1% | 0.08% | - |
| HSV(B) | 338.57º | 1% | 0.16% | - |
| XYZ | 1.04 | 0.53 | 0.5 | - |
| YUV | 14.27 | 128.41 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 0 | 15 | 0 | 1 | 0.64 | 0.84 | 338.57 | 1 | 0.08 |
| Hex | 2A | 0 | F | 0 | 64 | 40 | 54 | 153 | 64 | 8 |
| Octal | 52 | 0 | 17 | 0 | 144 | 100 | 124 | 523 | 144 | 10 |
| Binary | 101010 | 0 | 1111 | 0 | 1100100 | 1000000 | 1010100 | 101010011 | 1100100 | 1000 |
Color Harmonies of #2A000F
Complementary color
Monochromatic Colors of #2A000F
Black with #2A000F
Text Example
Text Example
White with #2A000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A000F; }
p { color: rgb(42,0,15); }
H1.HeaderClassName
{
color: #2A000F;
}
.AnyTagClassName
{
color: #2A000F;
}
</style>
background-color css
<style>
a { background-color: #2A000F; }
a { background-color: rgb(42,0,15); }
div.DivClassName
{
background-color: #2A000F;
}
.BgClassName
{
background-color: #2A000F;
}
</style>
border-color css
<style>
span { border-color: #2A000F; }
span { border-color: rgb(42,0,15); }
td.TdClassName
{
border-color: #2A000F;
}
.TagClassName
{
border-color: #2A000F;
}
</style>