Shades of Bright Red #A3113A
Tints of Bright Red #A3113A
RGB
CMYK
RGB Variations
Color information
#A3113A (or 0xA3113A) is known color: Bright Red. HEX triplet: A3, 11 and 3A. RGB value is (163,17,58). Sum of RGB (Red+Green+Blue) = 163+17+58=238 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.49% from 238); Green value is 17 (7.03% from 255 or 7.14% from 238); Blue value is 58 (23.05% from 255 or 24.37% from 238); Max value from RGB is 163 - color contains mainly: red. Hex color #A3113A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3113A is #5CEEC5. Grayscale: #414141. Windows color (decimal): -6090438 or 3805603. OLE color: 3805603.
HSL color Cylindrical-coordinate representation of color #A3113A: hue angle of 343.15º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A3113A is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 17 | 58 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.36 |
| HSL | 343.15º | 0.81% | 0.35% | - |
| HSV(B) | 343.15º | 0.9% | 0.64% | - |
| XYZ | 16.07 | 8.49 | 4.8 | - |
| YUV | 65.33 | 123.87 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 17 | 58 | 0 | 0.90 | 0.64 | 0.36 | 343.15 | 0.81 | 0.35 |
| Hex | A3 | 11 | 3A | 0 | 5A | 40 | 24 | 157 | 51 | 23 |
| Octal | 243 | 21 | 72 | 0 | 132 | 100 | 44 | 527 | 121 | 43 |
| Binary | 10100011 | 10001 | 111010 | 0 | 1011010 | 1000000 | 100100 | 101010111 | 1010001 | 100011 |
Color Harmonies of #A3113A
Complementary color
Monochromatic Colors of #A3113A
Black with #A3113A
Text Example
Text Example
White with #A3113A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3113A; }
p { color: rgb(163,17,58); }
H1.HeaderClassName
{
color: #A3113A;
}
.AnyTagClassName
{
color: #A3113A;
}
</style>
background-color css
<style>
a { background-color: #A3113A; }
a { background-color: rgb(163,17,58); }
div.DivClassName
{
background-color: #A3113A;
}
.BgClassName
{
background-color: #A3113A;
}
</style>
border-color css
<style>
span { border-color: #A3113A; }
span { border-color: rgb(163,17,58); }
td.TdClassName
{
border-color: #A3113A;
}
.TagClassName
{
border-color: #A3113A;
}
</style>