Shades of Bright Red #A3162B
Tints of Bright Red #A3162B
RGB
CMYK
RGB Variations
Color information
#A3162B (or 0xA3162B) is known color: Bright Red. HEX triplet: A3, 16 and 2B. RGB value is (163,22,43). Sum of RGB (Red+Green+Blue) = 163+22+43=228 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.49% from 228); Green value is 22 (8.98% from 255 or 9.65% from 228); Blue value is 43 (17.19% from 255 or 18.86% from 228); Max value from RGB is 163 - color contains mainly: red. Hex color #A3162B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3162B is #5CE9D4. Grayscale: #424242. Windows color (decimal): -6089173 or 2823843. OLE color: 2823843.
HSL color Cylindrical-coordinate representation of color #A3162B: hue angle of 351.06º 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 #A3162B is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 22 | 43 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.36 |
| HSL | 351.06º | 0.76% | 0.36% | - |
| HSV(B) | 351.06º | 0.87% | 0.64% | - |
| XYZ | 15.83 | 8.53 | 3.1 | - |
| YUV | 66.55 | 114.71 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 22 | 43 | 0 | 0.87 | 0.74 | 0.36 | 351.06 | 0.76 | 0.36 |
| Hex | A3 | 16 | 2B | 0 | 57 | 4A | 24 | 15F | 4C | 24 |
| Octal | 243 | 26 | 53 | 0 | 127 | 112 | 44 | 537 | 114 | 44 |
| Binary | 10100011 | 10110 | 101011 | 0 | 1010111 | 1001010 | 100100 | 101011111 | 1001100 | 100100 |
Color Harmonies of #A3162B
Complementary color
Monochromatic Colors of #A3162B
Black with #A3162B
Text Example
Text Example
White with #A3162B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3162B; }
p { color: rgb(163,22,43); }
H1.HeaderClassName
{
color: #A3162B;
}
.AnyTagClassName
{
color: #A3162B;
}
</style>
background-color css
<style>
a { background-color: #A3162B; }
a { background-color: rgb(163,22,43); }
div.DivClassName
{
background-color: #A3162B;
}
.BgClassName
{
background-color: #A3162B;
}
</style>
border-color css
<style>
span { border-color: #A3162B; }
span { border-color: rgb(163,22,43); }
td.TdClassName
{
border-color: #A3162B;
}
.TagClassName
{
border-color: #A3162B;
}
</style>