Shades of Bright Red #A4182B
Tints of Bright Red #A4182B
RGB
CMYK
RGB Variations
Color information
#A4182B (or 0xA4182B) is known color: Bright Red. HEX triplet: A4, 18 and 2B. RGB value is (164,24,43). Sum of RGB (Red+Green+Blue) = 164+24+43=231 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.00% from 231); Green value is 24 (9.77% from 255 or 10.39% from 231); Blue value is 43 (17.19% from 255 or 18.61% from 231); Max value from RGB is 164 - color contains mainly: red. Hex color #A4182B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4182B is #5BE7D4. Grayscale: #444444. Windows color (decimal): -6023125 or 2824356. OLE color: 2824356.
HSL color Cylindrical-coordinate representation of color #A4182B: hue angle of 351.86º 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 #A4182B is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 24 | 43 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.36 |
| HSL | 351.86º | 0.74% | 0.37% | - |
| HSV(B) | 351.86º | 0.85% | 0.64% | - |
| XYZ | 16.07 | 8.72 | 3.12 | - |
| YUV | 68.03 | 113.88 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 24 | 43 | 0 | 0.85 | 0.74 | 0.36 | 351.86 | 0.74 | 0.37 |
| Hex | A4 | 18 | 2B | 0 | 55 | 4A | 24 | 160 | 4A | 25 |
| Octal | 244 | 30 | 53 | 0 | 125 | 112 | 44 | 540 | 112 | 45 |
| Binary | 10100100 | 11000 | 101011 | 0 | 1010101 | 1001010 | 100100 | 101100000 | 1001010 | 100101 |
Color Harmonies of #A4182B
Complementary color
Monochromatic Colors of #A4182B
Black with #A4182B
Text Example
Text Example
White with #A4182B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4182B; }
p { color: rgb(164,24,43); }
H1.HeaderClassName
{
color: #A4182B;
}
.AnyTagClassName
{
color: #A4182B;
}
</style>
background-color css
<style>
a { background-color: #A4182B; }
a { background-color: rgb(164,24,43); }
div.DivClassName
{
background-color: #A4182B;
}
.BgClassName
{
background-color: #A4182B;
}
</style>
border-color css
<style>
span { border-color: #A4182B; }
span { border-color: rgb(164,24,43); }
td.TdClassName
{
border-color: #A4182B;
}
.TagClassName
{
border-color: #A4182B;
}
</style>