Shades of Bright Red #A32234
Tints of Bright Red #A32234
RGB
CMYK
RGB Variations
Color information
#A32234 (or 0xA32234) is known color: Bright Red. HEX triplet: A3, 22 and 34. RGB value is (163,34,52). Sum of RGB (Red+Green+Blue) = 163+34+52=249 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.46% from 249); Green value is 34 (13.67% from 255 or 13.65% from 249); Blue value is 52 (20.70% from 255 or 20.88% from 249); Max value from RGB is 163 - color contains mainly: red. Hex color #A32234 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32234 is #5CDDCB. Grayscale: #4A4A4A. Windows color (decimal): -6086092 or 3416739. OLE color: 3416739.
HSL color Cylindrical-coordinate representation of color #A32234: hue angle of 351.63º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A32234 is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 34 | 52 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.36 |
| HSL | 351.63º | 0.65% | 0.39% | - |
| HSV(B) | 351.63º | 0.79% | 0.64% | - |
| XYZ | 16.3 | 9.18 | 4.16 | - |
| YUV | 74.62 | 115.24 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 34 | 52 | 0 | 0.79 | 0.68 | 0.36 | 351.63 | 0.65 | 0.39 |
| Hex | A3 | 22 | 34 | 0 | 4F | 44 | 24 | 160 | 41 | 27 |
| Octal | 243 | 42 | 64 | 0 | 117 | 104 | 44 | 540 | 101 | 47 |
| Binary | 10100011 | 100010 | 110100 | 0 | 1001111 | 1000100 | 100100 | 101100000 | 1000001 | 100111 |
Color Harmonies of #A32234
Complementary color
Monochromatic Colors of #A32234
Black with #A32234
Text Example
Text Example
White with #A32234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32234; }
p { color: rgb(163,34,52); }
H1.HeaderClassName
{
color: #A32234;
}
.AnyTagClassName
{
color: #A32234;
}
</style>
background-color css
<style>
a { background-color: #A32234; }
a { background-color: rgb(163,34,52); }
div.DivClassName
{
background-color: #A32234;
}
.BgClassName
{
background-color: #A32234;
}
</style>
border-color css
<style>
span { border-color: #A32234; }
span { border-color: rgb(163,34,52); }
td.TdClassName
{
border-color: #A32234;
}
.TagClassName
{
border-color: #A32234;
}
</style>