Shades of Bright Red #A4212D
Tints of Bright Red #A4212D
RGB
CMYK
RGB Variations
Color information
#A4212D (or 0xA4212D) is known color: Bright Red. HEX triplet: A4, 21 and 2D. RGB value is (164,33,45). Sum of RGB (Red+Green+Blue) = 164+33+45=242 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.77% from 242); Green value is 33 (13.28% from 255 or 13.64% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 164 - color contains mainly: red. Hex color #A4212D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4212D is #5BDED2. Grayscale: #494949. Windows color (decimal): -6020819 or 2957732. OLE color: 2957732.
HSL color Cylindrical-coordinate representation of color #A4212D: hue angle of 354.5º 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 #A4212D is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 33 | 45 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.36 |
| HSL | 354.5º | 0.66% | 0.39% | - |
| HSV(B) | 354.5º | 0.8% | 0.64% | - |
| XYZ | 16.33 | 9.17 | 3.39 | - |
| YUV | 73.54 | 111.9 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 33 | 45 | 0 | 0.80 | 0.73 | 0.36 | 354.5 | 0.66 | 0.39 |
| Hex | A4 | 21 | 2D | 0 | 50 | 49 | 24 | 163 | 42 | 27 |
| Octal | 244 | 41 | 55 | 0 | 120 | 111 | 44 | 543 | 102 | 47 |
| Binary | 10100100 | 100001 | 101101 | 0 | 1010000 | 1001001 | 100100 | 101100011 | 1000010 | 100111 |
Color Harmonies of #A4212D
Complementary color
Monochromatic Colors of #A4212D
Black with #A4212D
Text Example
Text Example
White with #A4212D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4212D; }
p { color: rgb(164,33,45); }
H1.HeaderClassName
{
color: #A4212D;
}
.AnyTagClassName
{
color: #A4212D;
}
</style>
background-color css
<style>
a { background-color: #A4212D; }
a { background-color: rgb(164,33,45); }
div.DivClassName
{
background-color: #A4212D;
}
.BgClassName
{
background-color: #A4212D;
}
</style>
border-color css
<style>
span { border-color: #A4212D; }
span { border-color: rgb(164,33,45); }
td.TdClassName
{
border-color: #A4212D;
}
.TagClassName
{
border-color: #A4212D;
}
</style>