Shades of Bright Red #A32138
Tints of Bright Red #A32138
RGB
CMYK
RGB Variations
Color information
#A32138 (or 0xA32138) is known color: Bright Red. HEX triplet: A3, 21 and 38. RGB value is (163,33,56). Sum of RGB (Red+Green+Blue) = 163+33+56=252 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.68% from 252); Green value is 33 (13.28% from 255 or 13.10% from 252); Blue value is 56 (22.27% from 255 or 22.22% from 252); Max value from RGB is 163 - color contains mainly: red. Hex color #A32138 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32138 is #5CDEC7. Grayscale: #4A4A4A. Windows color (decimal): -6086344 or 3678627. OLE color: 3678627.
HSL color Cylindrical-coordinate representation of color #A32138: hue angle of 349.38º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A32138 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 33 | 56 | - |
| CMYK | 0 | 0.80 | 0.66 | 0.36 |
| HSL | 349.38º | 0.66% | 0.38% | - |
| HSV(B) | 349.38º | 0.8% | 0.64% | - |
| XYZ | 16.36 | 9.16 | 4.65 | - |
| YUV | 74.49 | 117.57 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 33 | 56 | 0 | 0.80 | 0.66 | 0.36 | 349.38 | 0.66 | 0.38 |
| Hex | A3 | 21 | 38 | 0 | 50 | 42 | 24 | 15D | 42 | 26 |
| Octal | 243 | 41 | 70 | 0 | 120 | 102 | 44 | 535 | 102 | 46 |
| Binary | 10100011 | 100001 | 111000 | 0 | 1010000 | 1000010 | 100100 | 101011101 | 1000010 | 100110 |
Color Harmonies of #A32138
Complementary color
Monochromatic Colors of #A32138
Black with #A32138
Text Example
Text Example
White with #A32138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32138; }
p { color: rgb(163,33,56); }
H1.HeaderClassName
{
color: #A32138;
}
.AnyTagClassName
{
color: #A32138;
}
</style>
background-color css
<style>
a { background-color: #A32138; }
a { background-color: rgb(163,33,56); }
div.DivClassName
{
background-color: #A32138;
}
.BgClassName
{
background-color: #A32138;
}
</style>
border-color css
<style>
span { border-color: #A32138; }
span { border-color: rgb(163,33,56); }
td.TdClassName
{
border-color: #A32138;
}
.TagClassName
{
border-color: #A32138;
}
</style>