Shades of Bright Red #A3143D
Tints of Bright Red #A3143D
RGB
CMYK
RGB Variations
Color information
#A3143D (or 0xA3143D) is known color: Bright Red. HEX triplet: A3, 14 and 3D. RGB value is (163,20,61). Sum of RGB (Red+Green+Blue) = 163+20+61=244 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.80% from 244); Green value is 20 (8.20% from 255 or 8.20% from 244); Blue value is 61 (24.22% from 255 or 25% from 244); Max value from RGB is 163 - color contains mainly: red. Hex color #A3143D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3143D is #5CEBC2. Grayscale: #434343. Windows color (decimal): -6089667 or 4002979. OLE color: 4002979.
HSL color Cylindrical-coordinate representation of color #A3143D: hue angle of 342.8º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A3143D is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 20 | 61 | - |
| CMYK | 0 | 0.88 | 0.63 | 0.36 |
| HSL | 342.8º | 0.78% | 0.36% | - |
| HSV(B) | 342.8º | 0.88% | 0.64% | - |
| XYZ | 16.2 | 8.62 | 5.23 | - |
| YUV | 67.43 | 124.38 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 20 | 61 | 0 | 0.88 | 0.63 | 0.36 | 342.8 | 0.78 | 0.36 |
| Hex | A3 | 14 | 3D | 0 | 58 | 3F | 24 | 157 | 4E | 24 |
| Octal | 243 | 24 | 75 | 0 | 130 | 77 | 44 | 527 | 116 | 44 |
| Binary | 10100011 | 10100 | 111101 | 0 | 1011000 | 111111 | 100100 | 101010111 | 1001110 | 100100 |
Color Harmonies of #A3143D
Complementary color
Monochromatic Colors of #A3143D
Black with #A3143D
Text Example
Text Example
White with #A3143D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3143D; }
p { color: rgb(163,20,61); }
H1.HeaderClassName
{
color: #A3143D;
}
.AnyTagClassName
{
color: #A3143D;
}
</style>
background-color css
<style>
a { background-color: #A3143D; }
a { background-color: rgb(163,20,61); }
div.DivClassName
{
background-color: #A3143D;
}
.BgClassName
{
background-color: #A3143D;
}
</style>
border-color css
<style>
span { border-color: #A3143D; }
span { border-color: rgb(163,20,61); }
td.TdClassName
{
border-color: #A3143D;
}
.TagClassName
{
border-color: #A3143D;
}
</style>