Shades of Bright Red #A41920
Tints of Bright Red #A41920
RGB
CMYK
RGB Variations
Color information
#A41920 (or 0xA41920) is known color: Bright Red. HEX triplet: A4, 19 and 20. RGB value is (164,25,32). Sum of RGB (Red+Green+Blue) = 164+25+32=221 (29% of max value = 765). Red value is 164 (64.45% from 255 or 74.21% from 221); Green value is 25 (10.16% from 255 or 11.31% from 221); Blue value is 32 (12.89% from 255 or 14.48% from 221); Max value from RGB is 164 - color contains mainly: red. Hex color #A41920 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41920 is #5BE6DF. Grayscale: #434343. Windows color (decimal): -6022880 or 2103716. OLE color: 2103716.
HSL color Cylindrical-coordinate representation of color #A41920: hue angle of 356.98º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A41920 is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 25 | 32 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.36 |
| HSL | 356.98º | 0.74% | 0.37% | - |
| HSV(B) | 356.98º | 0.85% | 0.64% | - |
| XYZ | 15.92 | 8.69 | 2.21 | - |
| YUV | 67.36 | 108.05 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 25 | 32 | 0 | 0.85 | 0.80 | 0.36 | 356.98 | 0.74 | 0.37 |
| Hex | A4 | 19 | 20 | 0 | 55 | 50 | 24 | 165 | 4A | 25 |
| Octal | 244 | 31 | 40 | 0 | 125 | 120 | 44 | 545 | 112 | 45 |
| Binary | 10100100 | 11001 | 100000 | 0 | 1010101 | 1010000 | 100100 | 101100101 | 1001010 | 100101 |
Color Harmonies of #A41920
Complementary color
Monochromatic Colors of #A41920
Black with #A41920
Text Example
Text Example
White with #A41920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41920; }
p { color: rgb(164,25,32); }
H1.HeaderClassName
{
color: #A41920;
}
.AnyTagClassName
{
color: #A41920;
}
</style>
background-color css
<style>
a { background-color: #A41920; }
a { background-color: rgb(164,25,32); }
div.DivClassName
{
background-color: #A41920;
}
.BgClassName
{
background-color: #A41920;
}
</style>
border-color css
<style>
span { border-color: #A41920; }
span { border-color: rgb(164,25,32); }
td.TdClassName
{
border-color: #A41920;
}
.TagClassName
{
border-color: #A41920;
}
</style>