Shades of Bright Red #A3182A
Tints of Bright Red #A3182A
RGB
CMYK
RGB Variations
Color information
#A3182A (or 0xA3182A) is known color: Bright Red. HEX triplet: A3, 18 and 2A. RGB value is (163,24,42). Sum of RGB (Red+Green+Blue) = 163+24+42=229 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.18% from 229); Green value is 24 (9.77% from 255 or 10.48% from 229); Blue value is 42 (16.80% from 255 or 18.34% from 229); Max value from RGB is 163 - color contains mainly: red. Hex color #A3182A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3182A is #5CE7D5. Grayscale: #434343. Windows color (decimal): -6088662 or 2758819. OLE color: 2758819.
HSL color Cylindrical-coordinate representation of color #A3182A: hue angle of 352.23º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A3182A is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 24 | 42 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.36 |
| HSL | 352.23º | 0.74% | 0.37% | - |
| HSV(B) | 352.23º | 0.85% | 0.64% | - |
| XYZ | 15.85 | 8.61 | 3.02 | - |
| YUV | 67.61 | 113.55 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 24 | 42 | 0 | 0.85 | 0.74 | 0.36 | 352.23 | 0.74 | 0.37 |
| Hex | A3 | 18 | 2A | 0 | 55 | 4A | 24 | 160 | 4A | 25 |
| Octal | 243 | 30 | 52 | 0 | 125 | 112 | 44 | 540 | 112 | 45 |
| Binary | 10100011 | 11000 | 101010 | 0 | 1010101 | 1001010 | 100100 | 101100000 | 1001010 | 100101 |
Color Harmonies of #A3182A
Complementary color
Monochromatic Colors of #A3182A
Black with #A3182A
Text Example
Text Example
White with #A3182A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3182A; }
p { color: rgb(163,24,42); }
H1.HeaderClassName
{
color: #A3182A;
}
.AnyTagClassName
{
color: #A3182A;
}
</style>
background-color css
<style>
a { background-color: #A3182A; }
a { background-color: rgb(163,24,42); }
div.DivClassName
{
background-color: #A3182A;
}
.BgClassName
{
background-color: #A3182A;
}
</style>
border-color css
<style>
span { border-color: #A3182A; }
span { border-color: rgb(163,24,42); }
td.TdClassName
{
border-color: #A3182A;
}
.TagClassName
{
border-color: #A3182A;
}
</style>