Shades of Bright Red #A4182A
Tints of Bright Red #A4182A
RGB
CMYK
RGB Variations
Color information
#A4182A (or 0xA4182A) is known color: Bright Red. HEX triplet: A4, 18 and 2A. RGB value is (164,24,42). Sum of RGB (Red+Green+Blue) = 164+24+42=230 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.30% from 230); Green value is 24 (9.77% from 255 or 10.43% from 230); Blue value is 42 (16.80% from 255 or 18.26% from 230); Max value from RGB is 164 - color contains mainly: red. Hex color #A4182A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4182A is #5BE7D5. Grayscale: #434343. Windows color (decimal): -6023126 or 2758820. OLE color: 2758820.
HSL color Cylindrical-coordinate representation of color #A4182A: hue angle of 352.29º 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 #A4182A is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 24 | 42 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.36 |
| HSL | 352.29º | 0.74% | 0.37% | - |
| HSV(B) | 352.29º | 0.85% | 0.64% | - |
| XYZ | 16.05 | 8.71 | 3.03 | - |
| YUV | 67.91 | 113.38 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 24 | 42 | 0 | 0.85 | 0.74 | 0.36 | 352.29 | 0.74 | 0.37 |
| Hex | A4 | 18 | 2A | 0 | 55 | 4A | 24 | 160 | 4A | 25 |
| Octal | 244 | 30 | 52 | 0 | 125 | 112 | 44 | 540 | 112 | 45 |
| Binary | 10100100 | 11000 | 101010 | 0 | 1010101 | 1001010 | 100100 | 101100000 | 1001010 | 100101 |
Color Harmonies of #A4182A
Complementary color
Monochromatic Colors of #A4182A
Black with #A4182A
Text Example
Text Example
White with #A4182A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4182A; }
p { color: rgb(164,24,42); }
H1.HeaderClassName
{
color: #A4182A;
}
.AnyTagClassName
{
color: #A4182A;
}
</style>
background-color css
<style>
a { background-color: #A4182A; }
a { background-color: rgb(164,24,42); }
div.DivClassName
{
background-color: #A4182A;
}
.BgClassName
{
background-color: #A4182A;
}
</style>
border-color css
<style>
span { border-color: #A4182A; }
span { border-color: rgb(164,24,42); }
td.TdClassName
{
border-color: #A4182A;
}
.TagClassName
{
border-color: #A4182A;
}
</style>