Shades of Bright Red #A3232F
Tints of Bright Red #A3232F
RGB
CMYK
RGB Variations
Color information
#A3232F (or 0xA3232F) is known color: Bright Red. HEX triplet: A3, 23 and 2F. RGB value is (163,35,47). Sum of RGB (Red+Green+Blue) = 163+35+47=245 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.53% from 245); Green value is 35 (14.06% from 255 or 14.29% from 245); Blue value is 47 (18.75% from 255 or 19.18% from 245); Max value from RGB is 163 - color contains mainly: red. Hex color #A3232F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3232F is #5CDCD0. Grayscale: #4A4A4A. Windows color (decimal): -6085841 or 3089315. OLE color: 3089315.
HSL color Cylindrical-coordinate representation of color #A3232F: hue angle of 354.38º 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 #A3232F is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 35 | 47 | - |
| CMYK | 0 | 0.79 | 0.71 | 0.36 |
| HSL | 354.38º | 0.65% | 0.39% | - |
| HSV(B) | 354.38º | 0.79% | 0.64% | - |
| XYZ | 16.22 | 9.19 | 3.61 | - |
| YUV | 74.64 | 112.41 | 191.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 35 | 47 | 0 | 0.79 | 0.71 | 0.36 | 354.38 | 0.65 | 0.39 |
| Hex | A3 | 23 | 2F | 0 | 4F | 47 | 24 | 162 | 41 | 27 |
| Octal | 243 | 43 | 57 | 0 | 117 | 107 | 44 | 542 | 101 | 47 |
| Binary | 10100011 | 100011 | 101111 | 0 | 1001111 | 1000111 | 100100 | 101100010 | 1000001 | 100111 |
Color Harmonies of #A3232F
Complementary color
Monochromatic Colors of #A3232F
Black with #A3232F
Text Example
Text Example
White with #A3232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3232F; }
p { color: rgb(163,35,47); }
H1.HeaderClassName
{
color: #A3232F;
}
.AnyTagClassName
{
color: #A3232F;
}
</style>
background-color css
<style>
a { background-color: #A3232F; }
a { background-color: rgb(163,35,47); }
div.DivClassName
{
background-color: #A3232F;
}
.BgClassName
{
background-color: #A3232F;
}
</style>
border-color css
<style>
span { border-color: #A3232F; }
span { border-color: rgb(163,35,47); }
td.TdClassName
{
border-color: #A3232F;
}
.TagClassName
{
border-color: #A3232F;
}
</style>