Shades of Bright Red #A32534
Tints of Bright Red #A32534
RGB
CMYK
RGB Variations
Color information
#A32534 (or 0xA32534) is known color: Bright Red. HEX triplet: A3, 25 and 34. RGB value is (163,37,52). Sum of RGB (Red+Green+Blue) = 163+37+52=252 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.68% from 252); Green value is 37 (14.84% from 255 or 14.68% from 252); Blue value is 52 (20.70% from 255 or 20.63% from 252); Max value from RGB is 163 - color contains mainly: red. Hex color #A32534 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32534 is #5CDACB. Grayscale: #4C4C4C. Windows color (decimal): -6085324 or 3417507. OLE color: 3417507.
HSL color Cylindrical-coordinate representation of color #A32534: hue angle of 352.86º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A32534 is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 37 | 52 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.36 |
| HSL | 352.86º | 0.63% | 0.39% | - |
| HSV(B) | 352.86º | 0.77% | 0.64% | - |
| XYZ | 16.39 | 9.36 | 4.19 | - |
| YUV | 76.38 | 114.24 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 37 | 52 | 0 | 0.77 | 0.68 | 0.36 | 352.86 | 0.63 | 0.39 |
| Hex | A3 | 25 | 34 | 0 | 4D | 44 | 24 | 161 | 3F | 27 |
| Octal | 243 | 45 | 64 | 0 | 115 | 104 | 44 | 541 | 77 | 47 |
| Binary | 10100011 | 100101 | 110100 | 0 | 1001101 | 1000100 | 100100 | 101100001 | 111111 | 100111 |
Color Harmonies of #A32534
Complementary color
Monochromatic Colors of #A32534
Black with #A32534
Text Example
Text Example
White with #A32534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32534; }
p { color: rgb(163,37,52); }
H1.HeaderClassName
{
color: #A32534;
}
.AnyTagClassName
{
color: #A32534;
}
</style>
background-color css
<style>
a { background-color: #A32534; }
a { background-color: rgb(163,37,52); }
div.DivClassName
{
background-color: #A32534;
}
.BgClassName
{
background-color: #A32534;
}
</style>
border-color css
<style>
span { border-color: #A32534; }
span { border-color: rgb(163,37,52); }
td.TdClassName
{
border-color: #A32534;
}
.TagClassName
{
border-color: #A32534;
}
</style>