Shades of Bright Red #A3163C
Tints of Bright Red #A3163C
RGB
CMYK
RGB Variations
Color information
#A3163C (or 0xA3163C) is known color: Bright Red. HEX triplet: A3, 16 and 3C. RGB value is (163,22,60). Sum of RGB (Red+Green+Blue) = 163+22+60=245 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.53% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 60 (23.83% from 255 or 24.49% from 245); Max value from RGB is 163 - color contains mainly: red. Hex color #A3163C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3163C is #5CE9C3. Grayscale: #444444. Windows color (decimal): -6089156 or 3937955. OLE color: 3937955.
HSL color Cylindrical-coordinate representation of color #A3163C: hue angle of 343.83º 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 #A3163C is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 22 | 60 | - |
| CMYK | 0 | 0.87 | 0.63 | 0.36 |
| HSL | 343.83º | 0.76% | 0.36% | - |
| HSV(B) | 343.83º | 0.87% | 0.64% | - |
| XYZ | 16.21 | 8.69 | 5.1 | - |
| YUV | 68.49 | 123.21 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 22 | 60 | 0 | 0.87 | 0.63 | 0.36 | 343.83 | 0.76 | 0.36 |
| Hex | A3 | 16 | 3C | 0 | 57 | 3F | 24 | 158 | 4C | 24 |
| Octal | 243 | 26 | 74 | 0 | 127 | 77 | 44 | 530 | 114 | 44 |
| Binary | 10100011 | 10110 | 111100 | 0 | 1010111 | 111111 | 100100 | 101011000 | 1001100 | 100100 |
Color Harmonies of #A3163C
Complementary color
Monochromatic Colors of #A3163C
Black with #A3163C
Text Example
Text Example
White with #A3163C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3163C; }
p { color: rgb(163,22,60); }
H1.HeaderClassName
{
color: #A3163C;
}
.AnyTagClassName
{
color: #A3163C;
}
</style>
background-color css
<style>
a { background-color: #A3163C; }
a { background-color: rgb(163,22,60); }
div.DivClassName
{
background-color: #A3163C;
}
.BgClassName
{
background-color: #A3163C;
}
</style>
border-color css
<style>
span { border-color: #A3163C; }
span { border-color: rgb(163,22,60); }
td.TdClassName
{
border-color: #A3163C;
}
.TagClassName
{
border-color: #A3163C;
}
</style>