Shades of Bright Red #A21732
Tints of Bright Red #A21732
RGB
CMYK
RGB Variations
Color information
#A21732 (or 0xA21732) is known color: Bright Red. HEX triplet: A2, 17 and 32. RGB value is (162,23,50). Sum of RGB (Red+Green+Blue) = 162+23+50=235 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.94% from 235); Green value is 23 (9.38% from 255 or 9.79% from 235); Blue value is 50 (19.92% from 255 or 21.28% from 235); Max value from RGB is 162 - color contains mainly: red. Hex color #A21732 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21732 is #5DE8CD. Grayscale: #434343. Windows color (decimal): -6154446 or 3282850. OLE color: 3282850.
HSL color Cylindrical-coordinate representation of color #A21732: hue angle of 348.35º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A21732 is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 23 | 50 | - |
| CMYK | 0 | 0.86 | 0.69 | 0.36 |
| HSL | 348.35º | 0.75% | 0.36% | - |
| HSV(B) | 348.35º | 0.86% | 0.64% | - |
| XYZ | 15.78 | 8.52 | 3.83 | - |
| YUV | 67.64 | 118.05 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 23 | 50 | 0 | 0.86 | 0.69 | 0.36 | 348.35 | 0.75 | 0.36 |
| Hex | A2 | 17 | 32 | 0 | 56 | 45 | 24 | 15C | 4B | 24 |
| Octal | 242 | 27 | 62 | 0 | 126 | 105 | 44 | 534 | 113 | 44 |
| Binary | 10100010 | 10111 | 110010 | 0 | 1010110 | 1000101 | 100100 | 101011100 | 1001011 | 100100 |
Color Harmonies of #A21732
Complementary color
Monochromatic Colors of #A21732
Black with #A21732
Text Example
Text Example
White with #A21732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21732; }
p { color: rgb(162,23,50); }
H1.HeaderClassName
{
color: #A21732;
}
.AnyTagClassName
{
color: #A21732;
}
</style>
background-color css
<style>
a { background-color: #A21732; }
a { background-color: rgb(162,23,50); }
div.DivClassName
{
background-color: #A21732;
}
.BgClassName
{
background-color: #A21732;
}
</style>
border-color css
<style>
span { border-color: #A21732; }
span { border-color: rgb(162,23,50); }
td.TdClassName
{
border-color: #A21732;
}
.TagClassName
{
border-color: #A21732;
}
</style>