Shades of Bright Red #A3163E
Tints of Bright Red #A3163E
RGB
CMYK
RGB Variations
Color information
#A3163E (or 0xA3163E) is known color: Bright Red. HEX triplet: A3, 16 and 3E. RGB value is (163,22,62). Sum of RGB (Red+Green+Blue) = 163+22+62=247 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.99% from 247); Green value is 22 (8.98% from 255 or 8.91% from 247); Blue value is 62 (24.61% from 255 or 25.10% from 247); Max value from RGB is 163 - color contains mainly: red. Hex color #A3163E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3163E is #5CE9C1. Grayscale: #444444. Windows color (decimal): -6089154 or 4069027. OLE color: 4069027.
HSL color Cylindrical-coordinate representation of color #A3163E: hue angle of 342.98º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A3163E is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 22 | 62 | - |
| CMYK | 0 | 0.87 | 0.62 | 0.36 |
| HSL | 342.98º | 0.76% | 0.36% | - |
| HSV(B) | 342.98º | 0.87% | 0.64% | - |
| XYZ | 16.26 | 8.71 | 5.38 | - |
| YUV | 68.72 | 124.21 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 22 | 62 | 0 | 0.87 | 0.62 | 0.36 | 342.98 | 0.76 | 0.36 |
| Hex | A3 | 16 | 3E | 0 | 57 | 3E | 24 | 157 | 4C | 24 |
| Octal | 243 | 26 | 76 | 0 | 127 | 76 | 44 | 527 | 114 | 44 |
| Binary | 10100011 | 10110 | 111110 | 0 | 1010111 | 111110 | 100100 | 101010111 | 1001100 | 100100 |
Color Harmonies of #A3163E
Complementary color
Monochromatic Colors of #A3163E
Black with #A3163E
Text Example
Text Example
White with #A3163E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3163E; }
p { color: rgb(163,22,62); }
H1.HeaderClassName
{
color: #A3163E;
}
.AnyTagClassName
{
color: #A3163E;
}
</style>
background-color css
<style>
a { background-color: #A3163E; }
a { background-color: rgb(163,22,62); }
div.DivClassName
{
background-color: #A3163E;
}
.BgClassName
{
background-color: #A3163E;
}
</style>
border-color css
<style>
span { border-color: #A3163E; }
span { border-color: rgb(163,22,62); }
td.TdClassName
{
border-color: #A3163E;
}
.TagClassName
{
border-color: #A3163E;
}
</style>