Shades of Bright Red #A0183A
Tints of Bright Red #A0183A
RGB
CMYK
RGB Variations
Color information
#A0183A (or 0xA0183A) is known color: Bright Red. HEX triplet: A0, 18 and 3A. RGB value is (160,24,58). Sum of RGB (Red+Green+Blue) = 160+24+58=242 (32% of max value = 765). Red value is 160 (62.89% from 255 or 66.12% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 58 (23.05% from 255 or 23.97% from 242); Max value from RGB is 160 - color contains mainly: red. Hex color #A0183A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0183A is #5FE7C5. Grayscale: #444444. Windows color (decimal): -6285254 or 3807392. OLE color: 3807392.
HSL color Cylindrical-coordinate representation of color #A0183A: hue angle of 345º 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 #A0183A is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 24 | 58 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.37 |
| HSL | 345º | 0.74% | 0.36% | - |
| HSV(B) | 345º | 0.85% | 0.63% | - |
| XYZ | 15.59 | 8.43 | 4.81 | - |
| YUV | 68.54 | 122.06 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 24 | 58 | 0 | 0.85 | 0.64 | 0.37 | 345 | 0.74 | 0.36 |
| Hex | A0 | 18 | 3A | 0 | 55 | 40 | 25 | 159 | 4A | 24 |
| Octal | 240 | 30 | 72 | 0 | 125 | 100 | 45 | 531 | 112 | 44 |
| Binary | 10100000 | 11000 | 111010 | 0 | 1010101 | 1000000 | 100101 | 101011001 | 1001010 | 100100 |
Color Harmonies of #A0183A
Complementary color
Monochromatic Colors of #A0183A
Black with #A0183A
Text Example
Text Example
White with #A0183A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0183A; }
p { color: rgb(160,24,58); }
H1.HeaderClassName
{
color: #A0183A;
}
.AnyTagClassName
{
color: #A0183A;
}
</style>
background-color css
<style>
a { background-color: #A0183A; }
a { background-color: rgb(160,24,58); }
div.DivClassName
{
background-color: #A0183A;
}
.BgClassName
{
background-color: #A0183A;
}
</style>
border-color css
<style>
span { border-color: #A0183A; }
span { border-color: rgb(160,24,58); }
td.TdClassName
{
border-color: #A0183A;
}
.TagClassName
{
border-color: #A0183A;
}
</style>