Shades of Bright Red #A41830
Tints of Bright Red #A41830
RGB
CMYK
RGB Variations
Color information
#A41830 (or 0xA41830) is known color: Bright Red. HEX triplet: A4, 18 and 30. RGB value is (164,24,48). Sum of RGB (Red+Green+Blue) = 164+24+48=236 (31% of max value = 765). Red value is 164 (64.45% from 255 or 69.49% from 236); Green value is 24 (9.77% from 255 or 10.17% from 236); Blue value is 48 (19.14% from 255 or 20.34% from 236); Max value from RGB is 164 - color contains mainly: red. Hex color #A41830 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41830 is #5BE7CF. Grayscale: #444444. Windows color (decimal): -6023120 or 3152036. OLE color: 3152036.
HSL color Cylindrical-coordinate representation of color #A41830: hue angle of 349.71º 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 #A41830 is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 24 | 48 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.36 |
| HSL | 349.71º | 0.74% | 0.37% | - |
| HSV(B) | 349.71º | 0.85% | 0.64% | - |
| XYZ | 16.17 | 8.76 | 3.63 | - |
| YUV | 68.6 | 116.38 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 24 | 48 | 0 | 0.85 | 0.71 | 0.36 | 349.71 | 0.74 | 0.37 |
| Hex | A4 | 18 | 30 | 0 | 55 | 47 | 24 | 15E | 4A | 25 |
| Octal | 244 | 30 | 60 | 0 | 125 | 107 | 44 | 536 | 112 | 45 |
| Binary | 10100100 | 11000 | 110000 | 0 | 1010101 | 1000111 | 100100 | 101011110 | 1001010 | 100101 |
Color Harmonies of #A41830
Complementary color
Monochromatic Colors of #A41830
Black with #A41830
Text Example
Text Example
White with #A41830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41830; }
p { color: rgb(164,24,48); }
H1.HeaderClassName
{
color: #A41830;
}
.AnyTagClassName
{
color: #A41830;
}
</style>
background-color css
<style>
a { background-color: #A41830; }
a { background-color: rgb(164,24,48); }
div.DivClassName
{
background-color: #A41830;
}
.BgClassName
{
background-color: #A41830;
}
</style>
border-color css
<style>
span { border-color: #A41830; }
span { border-color: rgb(164,24,48); }
td.TdClassName
{
border-color: #A41830;
}
.TagClassName
{
border-color: #A41830;
}
</style>