Shades of Bright Red #A32841
Tints of Bright Red #A32841
RGB
CMYK
RGB Variations
Color information
#A32841 (or 0xA32841) is known color: Bright Red. HEX triplet: A3, 28 and 41. RGB value is (163,40,65). Sum of RGB (Red+Green+Blue) = 163+40+65=268 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.82% from 268); Green value is 40 (16.02% from 255 or 14.93% from 268); Blue value is 65 (25.78% from 255 or 24.25% from 268); Max value from RGB is 163 - color contains mainly: red. Hex color #A32841 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32841 is #5CD7BE. Grayscale: #4F4F4F. Windows color (decimal): -6084543 or 4270243. OLE color: 4270243.
HSL color Cylindrical-coordinate representation of color #A32841: hue angle of 347.8º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A32841 is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 40 | 65 | - |
| CMYK | 0 | 0.75 | 0.60 | 0.36 |
| HSL | 347.8º | 0.61% | 0.4% | - |
| HSV(B) | 347.8º | 0.75% | 0.64% | - |
| XYZ | 16.82 | 9.69 | 5.98 | - |
| YUV | 79.63 | 119.75 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 40 | 65 | 0 | 0.75 | 0.60 | 0.36 | 347.8 | 0.61 | 0.4 |
| Hex | A3 | 28 | 41 | 0 | 4B | 3C | 24 | 15C | 3D | 28 |
| Octal | 243 | 50 | 101 | 0 | 113 | 74 | 44 | 534 | 75 | 50 |
| Binary | 10100011 | 101000 | 1000001 | 0 | 1001011 | 111100 | 100100 | 101011100 | 111101 | 101000 |
Color Harmonies of #A32841
Complementary color
Monochromatic Colors of #A32841
Black with #A32841
Text Example
Text Example
White with #A32841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32841; }
p { color: rgb(163,40,65); }
H1.HeaderClassName
{
color: #A32841;
}
.AnyTagClassName
{
color: #A32841;
}
</style>
background-color css
<style>
a { background-color: #A32841; }
a { background-color: rgb(163,40,65); }
div.DivClassName
{
background-color: #A32841;
}
.BgClassName
{
background-color: #A32841;
}
</style>
border-color css
<style>
span { border-color: #A32841; }
span { border-color: rgb(163,40,65); }
td.TdClassName
{
border-color: #A32841;
}
.TagClassName
{
border-color: #A32841;
}
</style>