Shades of Bright Red #A42130
Tints of Bright Red #A42130
RGB
CMYK
RGB Variations
Color information
#A42130 (or 0xA42130) is known color: Bright Red. HEX triplet: A4, 21 and 30. RGB value is (164,33,48). Sum of RGB (Red+Green+Blue) = 164+33+48=245 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.94% from 245); Green value is 33 (13.28% from 255 or 13.47% from 245); Blue value is 48 (19.14% from 255 or 19.59% from 245); Max value from RGB is 164 - color contains mainly: red. Hex color #A42130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42130 is #5BDECF. Grayscale: #494949. Windows color (decimal): -6020816 or 3154340. OLE color: 3154340.
HSL color Cylindrical-coordinate representation of color #A42130: hue angle of 353.13º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A42130 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 33 | 48 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.36 |
| HSL | 353.13º | 0.66% | 0.39% | - |
| HSV(B) | 353.13º | 0.8% | 0.64% | - |
| XYZ | 16.39 | 9.19 | 3.71 | - |
| YUV | 73.88 | 113.4 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 33 | 48 | 0 | 0.80 | 0.71 | 0.36 | 353.13 | 0.66 | 0.39 |
| Hex | A4 | 21 | 30 | 0 | 50 | 47 | 24 | 161 | 42 | 27 |
| Octal | 244 | 41 | 60 | 0 | 120 | 107 | 44 | 541 | 102 | 47 |
| Binary | 10100100 | 100001 | 110000 | 0 | 1010000 | 1000111 | 100100 | 101100001 | 1000010 | 100111 |
Color Harmonies of #A42130
Complementary color
Monochromatic Colors of #A42130
Black with #A42130
Text Example
Text Example
White with #A42130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42130; }
p { color: rgb(164,33,48); }
H1.HeaderClassName
{
color: #A42130;
}
.AnyTagClassName
{
color: #A42130;
}
</style>
background-color css
<style>
a { background-color: #A42130; }
a { background-color: rgb(164,33,48); }
div.DivClassName
{
background-color: #A42130;
}
.BgClassName
{
background-color: #A42130;
}
</style>
border-color css
<style>
span { border-color: #A42130; }
span { border-color: rgb(164,33,48); }
td.TdClassName
{
border-color: #A42130;
}
.TagClassName
{
border-color: #A42130;
}
</style>