Shades of Bright Red #A41732
Tints of Bright Red #A41732
RGB
CMYK
RGB Variations
Color information
#A41732 (or 0xA41732) is known color: Bright Red. HEX triplet: A4, 17 and 32. RGB value is (164,23,50). Sum of RGB (Red+Green+Blue) = 164+23+50=237 (31% of max value = 765). Red value is 164 (64.45% from 255 or 69.20% from 237); Green value is 23 (9.38% from 255 or 9.70% from 237); Blue value is 50 (19.92% from 255 or 21.10% from 237); Max value from RGB is 164 - color contains mainly: red. Hex color #A41732 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41732 is #5BE8CD. Grayscale: #444444. Windows color (decimal): -6023374 or 3282852. OLE color: 3282852.
HSL color Cylindrical-coordinate representation of color #A41732: hue angle of 348.51º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A41732 is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 23 | 50 | - |
| CMYK | 0 | 0.86 | 0.70 | 0.36 |
| HSL | 348.51º | 0.75% | 0.37% | - |
| HSV(B) | 348.51º | 0.86% | 0.64% | - |
| XYZ | 16.19 | 8.74 | 3.85 | - |
| YUV | 68.24 | 117.71 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 23 | 50 | 0 | 0.86 | 0.70 | 0.36 | 348.51 | 0.75 | 0.37 |
| Hex | A4 | 17 | 32 | 0 | 56 | 46 | 24 | 15D | 4B | 25 |
| Octal | 244 | 27 | 62 | 0 | 126 | 106 | 44 | 535 | 113 | 45 |
| Binary | 10100100 | 10111 | 110010 | 0 | 1010110 | 1000110 | 100100 | 101011101 | 1001011 | 100101 |
Color Harmonies of #A41732
Complementary color
Monochromatic Colors of #A41732
Black with #A41732
Text Example
Text Example
White with #A41732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41732; }
p { color: rgb(164,23,50); }
H1.HeaderClassName
{
color: #A41732;
}
.AnyTagClassName
{
color: #A41732;
}
</style>
background-color css
<style>
a { background-color: #A41732; }
a { background-color: rgb(164,23,50); }
div.DivClassName
{
background-color: #A41732;
}
.BgClassName
{
background-color: #A41732;
}
</style>
border-color css
<style>
span { border-color: #A41732; }
span { border-color: rgb(164,23,50); }
td.TdClassName
{
border-color: #A41732;
}
.TagClassName
{
border-color: #A41732;
}
</style>