Shades of Bright Red #A21A2B
Tints of Bright Red #A21A2B
RGB
CMYK
RGB Variations
Color information
#A21A2B (or 0xA21A2B) is known color: Bright Red. HEX triplet: A2, 1A and 2B. RGB value is (162,26,43). Sum of RGB (Red+Green+Blue) = 162+26+43=231 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.13% from 231); Green value is 26 (10.55% from 255 or 11.26% from 231); Blue value is 43 (17.19% from 255 or 18.61% from 231); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21A2B is #5DE5D4. Grayscale: #444444. Windows color (decimal): -6153685 or 2824866. OLE color: 2824866.
HSL color Cylindrical-coordinate representation of color #A21A2B: hue angle of 352.5º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A21A2B is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
RGB | 162 | 26 | 43 | - |
CMYK | 0 | 0.84 | 0.73 | 0.36 |
HSL | 352.5º | 0.72% | 0.37% | - |
HSV(B) | 352.5º | 0.84% | 0.64% | - |
XYZ | 15.71 | 8.59 | 3.12 | - |
YUV | 68.6 | 113.56 | 194.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 26 | 43 | 0 | 0.84 | 0.73 | 0.36 | 352.5 | 0.72 | 0.37 |
Hex | A2 | 1A | 2B | 0 | 54 | 49 | 24 | 160 | 48 | 25 |
Octal | 242 | 32 | 53 | 0 | 124 | 111 | 44 | 540 | 110 | 45 |
Binary | 10100010 | 11010 | 101011 | 0 | 1010100 | 1001001 | 100100 | 101100000 | 1001000 | 100101 |
Color Harmonies of #A21A2B
Complementary color
Monochromatic Colors of #A21A2B
Black with #A21A2B
Text Example
Text Example
White with #A21A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21A2B; }
p { color: rgb(162,26,43); }
H1.HeaderClassName
{
color: #A21A2B;
}
.AnyTagClassName
{
color: #A21A2B;
}
</style>
background-color css
<style>
a { background-color: #A21A2B; }
a { background-color: rgb(162,26,43); }
div.DivClassName
{
background-color: #A21A2B;
}
.BgClassName
{
background-color: #A21A2B;
}
</style>
border-color css
<style>
span { border-color: #A21A2B; }
span { border-color: rgb(162,26,43); }
td.TdClassName
{
border-color: #A21A2B;
}
.TagClassName
{
border-color: #A21A2B;
}
</style>