Shades of Bright Red #A31732
Tints of Bright Red #A31732
RGB
CMYK
RGB Variations
Color information
#A31732 (or 0xA31732) is known color: Bright Red. HEX triplet: A3, 17 and 32. RGB value is (163,23,50). Sum of RGB (Red+Green+Blue) = 163+23+50=236 (31% of max value = 765). Red value is 163 (64.06% from 255 or 69.07% from 236); Green value is 23 (9.38% from 255 or 9.75% from 236); Blue value is 50 (19.92% from 255 or 21.19% from 236); Max value from RGB is 163 - color contains mainly: red. Hex color #A31732 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31732 is #5CE8CD. Grayscale: #434343. Windows color (decimal): -6088910 or 3282851. OLE color: 3282851.
HSL color Cylindrical-coordinate representation of color #A31732: hue angle of 348.43º 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 #A31732 is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 23 | 50 | - |
| CMYK | 0 | 0.86 | 0.69 | 0.36 |
| HSL | 348.43º | 0.75% | 0.36% | - |
| HSV(B) | 348.43º | 0.86% | 0.64% | - |
| XYZ | 15.99 | 8.63 | 3.84 | - |
| YUV | 67.94 | 117.88 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 23 | 50 | 0 | 0.86 | 0.69 | 0.36 | 348.43 | 0.75 | 0.36 |
| Hex | A3 | 17 | 32 | 0 | 56 | 45 | 24 | 15C | 4B | 24 |
| Octal | 243 | 27 | 62 | 0 | 126 | 105 | 44 | 534 | 113 | 44 |
| Binary | 10100011 | 10111 | 110010 | 0 | 1010110 | 1000101 | 100100 | 101011100 | 1001011 | 100100 |
Color Harmonies of #A31732
Complementary color
Monochromatic Colors of #A31732
Black with #A31732
Text Example
Text Example
White with #A31732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31732; }
p { color: rgb(163,23,50); }
H1.HeaderClassName
{
color: #A31732;
}
.AnyTagClassName
{
color: #A31732;
}
</style>
background-color css
<style>
a { background-color: #A31732; }
a { background-color: rgb(163,23,50); }
div.DivClassName
{
background-color: #A31732;
}
.BgClassName
{
background-color: #A31732;
}
</style>
border-color css
<style>
span { border-color: #A31732; }
span { border-color: rgb(163,23,50); }
td.TdClassName
{
border-color: #A31732;
}
.TagClassName
{
border-color: #A31732;
}
</style>