Shades of Bright Red #A0182D
Tints of Bright Red #A0182D
RGB
CMYK
RGB Variations
Color information
#A0182D (or 0xA0182D) is known color: Bright Red. HEX triplet: A0, 18 and 2D. RGB value is (160,24,45). Sum of RGB (Red+Green+Blue) = 160+24+45=229 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.87% from 229); Green value is 24 (9.77% from 255 or 10.48% from 229); Blue value is 45 (17.97% from 255 or 19.65% from 229); Max value from RGB is 160 - color contains mainly: red. Hex color #A0182D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0182D is #5FE7D2. Grayscale: #434343. Windows color (decimal): -6285267 or 2955424. OLE color: 2955424.
HSL color Cylindrical-coordinate representation of color #A0182D: hue angle of 350.74º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A0182D is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 24 | 45 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.37 |
| HSL | 350.74º | 0.74% | 0.36% | - |
| HSV(B) | 350.74º | 0.85% | 0.63% | - |
| XYZ | 15.3 | 8.32 | 3.28 | - |
| YUV | 67.06 | 115.56 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 24 | 45 | 0 | 0.85 | 0.72 | 0.37 | 350.74 | 0.74 | 0.36 |
| Hex | A0 | 18 | 2D | 0 | 55 | 48 | 25 | 15F | 4A | 24 |
| Octal | 240 | 30 | 55 | 0 | 125 | 110 | 45 | 537 | 112 | 44 |
| Binary | 10100000 | 11000 | 101101 | 0 | 1010101 | 1001000 | 100101 | 101011111 | 1001010 | 100100 |
Color Harmonies of #A0182D
Complementary color
Monochromatic Colors of #A0182D
Black with #A0182D
Text Example
Text Example
White with #A0182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0182D; }
p { color: rgb(160,24,45); }
H1.HeaderClassName
{
color: #A0182D;
}
.AnyTagClassName
{
color: #A0182D;
}
</style>
background-color css
<style>
a { background-color: #A0182D; }
a { background-color: rgb(160,24,45); }
div.DivClassName
{
background-color: #A0182D;
}
.BgClassName
{
background-color: #A0182D;
}
</style>
border-color css
<style>
span { border-color: #A0182D; }
span { border-color: rgb(160,24,45); }
td.TdClassName
{
border-color: #A0182D;
}
.TagClassName
{
border-color: #A0182D;
}
</style>