Shades of Bright Red #A4212B
Tints of Bright Red #A4212B
RGB
CMYK
RGB Variations
Color information
#A4212B (or 0xA4212B) is known color: Bright Red. HEX triplet: A4, 21 and 2B. RGB value is (164,33,43). Sum of RGB (Red+Green+Blue) = 164+33+43=240 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.33% from 240); Green value is 33 (13.28% from 255 or 13.75% from 240); Blue value is 43 (17.19% from 255 or 17.92% from 240); Max value from RGB is 164 - color contains mainly: red. Hex color #A4212B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4212B is #5BDED4. Grayscale: #494949. Windows color (decimal): -6020821 or 2826660. OLE color: 2826660.
HSL color Cylindrical-coordinate representation of color #A4212B: hue angle of 355.42º 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 #A4212B is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 33 | 43 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.36 |
| HSL | 355.42º | 0.66% | 0.39% | - |
| HSV(B) | 355.42º | 0.8% | 0.64% | - |
| XYZ | 16.29 | 9.15 | 3.19 | - |
| YUV | 73.31 | 110.9 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 33 | 43 | 0 | 0.80 | 0.74 | 0.36 | 355.42 | 0.66 | 0.39 |
| Hex | A4 | 21 | 2B | 0 | 50 | 4A | 24 | 163 | 42 | 27 |
| Octal | 244 | 41 | 53 | 0 | 120 | 112 | 44 | 543 | 102 | 47 |
| Binary | 10100100 | 100001 | 101011 | 0 | 1010000 | 1001010 | 100100 | 101100011 | 1000010 | 100111 |
Color Harmonies of #A4212B
Complementary color
Monochromatic Colors of #A4212B
Black with #A4212B
Text Example
Text Example
White with #A4212B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4212B; }
p { color: rgb(164,33,43); }
H1.HeaderClassName
{
color: #A4212B;
}
.AnyTagClassName
{
color: #A4212B;
}
</style>
background-color css
<style>
a { background-color: #A4212B; }
a { background-color: rgb(164,33,43); }
div.DivClassName
{
background-color: #A4212B;
}
.BgClassName
{
background-color: #A4212B;
}
</style>
border-color css
<style>
span { border-color: #A4212B; }
span { border-color: rgb(164,33,43); }
td.TdClassName
{
border-color: #A4212B;
}
.TagClassName
{
border-color: #A4212B;
}
</style>