Shades of Bright Red #A0232E
Tints of Bright Red #A0232E
RGB
CMYK
RGB Variations
Color information
#A0232E (or 0xA0232E) is known color: Bright Red. HEX triplet: A0, 23 and 2E. RGB value is (160,35,46). Sum of RGB (Red+Green+Blue) = 160+35+46=241 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.39% from 241); Green value is 35 (14.06% from 255 or 14.52% from 241); Blue value is 46 (18.36% from 255 or 19.09% from 241); Max value from RGB is 160 - color contains mainly: red. Hex color #A0232E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0232E is #5FDCD1. Grayscale: #494949. Windows color (decimal): -6282450 or 3023776. OLE color: 3023776.
HSL color Cylindrical-coordinate representation of color #A0232E: hue angle of 354.72º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A0232E is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 35 | 46 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.37 |
| HSL | 354.72º | 0.64% | 0.38% | - |
| HSV(B) | 354.72º | 0.78% | 0.63% | - |
| XYZ | 15.59 | 8.87 | 3.48 | - |
| YUV | 73.63 | 112.41 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 35 | 46 | 0 | 0.78 | 0.71 | 0.37 | 354.72 | 0.64 | 0.38 |
| Hex | A0 | 23 | 2E | 0 | 4E | 47 | 25 | 163 | 40 | 26 |
| Octal | 240 | 43 | 56 | 0 | 116 | 107 | 45 | 543 | 100 | 46 |
| Binary | 10100000 | 100011 | 101110 | 0 | 1001110 | 1000111 | 100101 | 101100011 | 1000000 | 100110 |
Color Harmonies of #A0232E
Complementary color
Monochromatic Colors of #A0232E
Black with #A0232E
Text Example
Text Example
White with #A0232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0232E; }
p { color: rgb(160,35,46); }
H1.HeaderClassName
{
color: #A0232E;
}
.AnyTagClassName
{
color: #A0232E;
}
</style>
background-color css
<style>
a { background-color: #A0232E; }
a { background-color: rgb(160,35,46); }
div.DivClassName
{
background-color: #A0232E;
}
.BgClassName
{
background-color: #A0232E;
}
</style>
border-color css
<style>
span { border-color: #A0232E; }
span { border-color: rgb(160,35,46); }
td.TdClassName
{
border-color: #A0232E;
}
.TagClassName
{
border-color: #A0232E;
}
</style>