Shades of Bright Red #A21C2A
Tints of Bright Red #A21C2A
RGB
CMYK
RGB Variations
Color information
#A21C2A (or 0xA21C2A) is known color: Bright Red. HEX triplet: A2, 1C and 2A. RGB value is (162,28,42). Sum of RGB (Red+Green+Blue) = 162+28+42=232 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.83% from 232); Green value is 28 (11.33% from 255 or 12.07% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 162 - color contains mainly: red. Hex color #A21C2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21C2A is #5DE3D5. Grayscale: #454545. Windows color (decimal): -6153174 or 2759842. OLE color: 2759842.
HSL color Cylindrical-coordinate representation of color #A21C2A: hue angle of 353.73º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A21C2A is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 28 | 42 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.36 |
| HSL | 353.73º | 0.71% | 0.37% | - |
| HSV(B) | 353.73º | 0.83% | 0.64% | - |
| XYZ | 15.73 | 8.68 | 3.04 | - |
| YUV | 69.66 | 112.39 | 193.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 28 | 42 | 0 | 0.83 | 0.74 | 0.36 | 353.73 | 0.71 | 0.37 |
| Hex | A2 | 1C | 2A | 0 | 53 | 4A | 24 | 162 | 47 | 25 |
| Octal | 242 | 34 | 52 | 0 | 123 | 112 | 44 | 542 | 107 | 45 |
| Binary | 10100010 | 11100 | 101010 | 0 | 1010011 | 1001010 | 100100 | 101100010 | 1000111 | 100101 |
Color Harmonies of #A21C2A
Complementary color
Monochromatic Colors of #A21C2A
Black with #A21C2A
Text Example
Text Example
White with #A21C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21C2A; }
p { color: rgb(162,28,42); }
H1.HeaderClassName
{
color: #A21C2A;
}
.AnyTagClassName
{
color: #A21C2A;
}
</style>
background-color css
<style>
a { background-color: #A21C2A; }
a { background-color: rgb(162,28,42); }
div.DivClassName
{
background-color: #A21C2A;
}
.BgClassName
{
background-color: #A21C2A;
}
</style>
border-color css
<style>
span { border-color: #A21C2A; }
span { border-color: rgb(162,28,42); }
td.TdClassName
{
border-color: #A21C2A;
}
.TagClassName
{
border-color: #A21C2A;
}
</style>