Shades of Bright Red #A41A2A
Tints of Bright Red #A41A2A
RGB
CMYK
RGB Variations
Color information
#A41A2A (or 0xA41A2A) is known color: Bright Red. HEX triplet: A4, 1A and 2A. RGB value is (164,26,42). Sum of RGB (Red+Green+Blue) = 164+26+42=232 (30% of max value = 765). Red value is 164 (64.45% from 255 or 70.69% from 232); Green value is 26 (10.55% from 255 or 11.21% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 164 - color contains mainly: red. Hex color #A41A2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41A2A is #5BE5D5. Grayscale: #454545. Windows color (decimal): -6022614 or 2759332. OLE color: 2759332.
HSL color Cylindrical-coordinate representation of color #A41A2A: hue angle of 353.04º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A41A2A is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 26 | 42 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.36 |
| HSL | 353.04º | 0.73% | 0.37% | - |
| HSV(B) | 353.04º | 0.84% | 0.64% | - |
| XYZ | 16.1 | 8.8 | 3.04 | - |
| YUV | 69.09 | 112.72 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 26 | 42 | 0 | 0.84 | 0.74 | 0.36 | 353.04 | 0.73 | 0.37 |
| Hex | A4 | 1A | 2A | 0 | 54 | 4A | 24 | 161 | 49 | 25 |
| Octal | 244 | 32 | 52 | 0 | 124 | 112 | 44 | 541 | 111 | 45 |
| Binary | 10100100 | 11010 | 101010 | 0 | 1010100 | 1001010 | 100100 | 101100001 | 1001001 | 100101 |
Color Harmonies of #A41A2A
Complementary color
Monochromatic Colors of #A41A2A
Black with #A41A2A
Text Example
Text Example
White with #A41A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41A2A; }
p { color: rgb(164,26,42); }
H1.HeaderClassName
{
color: #A41A2A;
}
.AnyTagClassName
{
color: #A41A2A;
}
</style>
background-color css
<style>
a { background-color: #A41A2A; }
a { background-color: rgb(164,26,42); }
div.DivClassName
{
background-color: #A41A2A;
}
.BgClassName
{
background-color: #A41A2A;
}
</style>
border-color css
<style>
span { border-color: #A41A2A; }
span { border-color: rgb(164,26,42); }
td.TdClassName
{
border-color: #A41A2A;
}
.TagClassName
{
border-color: #A41A2A;
}
</style>