Shades of Bright Red #A0232C
Tints of Bright Red #A0232C
RGB
CMYK
RGB Variations
Color information
#A0232C (or 0xA0232C) is known color: Bright Red. HEX triplet: A0, 23 and 2C. RGB value is (160,35,44). Sum of RGB (Red+Green+Blue) = 160+35+44=239 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.95% from 239); Green value is 35 (14.06% from 255 or 14.64% from 239); Blue value is 44 (17.58% from 255 or 18.41% from 239); Max value from RGB is 160 - color contains mainly: red. Hex color #A0232C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0232C is #5FDCD3. Grayscale: #494949. Windows color (decimal): -6282452 or 2892704. OLE color: 2892704.
HSL color Cylindrical-coordinate representation of color #A0232C: hue angle of 355.68º 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 #A0232C is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 35 | 44 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.37 |
| HSL | 355.68º | 0.64% | 0.38% | - |
| HSV(B) | 355.68º | 0.78% | 0.63% | - |
| XYZ | 15.55 | 8.86 | 3.27 | - |
| YUV | 73.4 | 111.41 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 35 | 44 | 0 | 0.78 | 0.72 | 0.37 | 355.68 | 0.64 | 0.38 |
| Hex | A0 | 23 | 2C | 0 | 4E | 48 | 25 | 164 | 40 | 26 |
| Octal | 240 | 43 | 54 | 0 | 116 | 110 | 45 | 544 | 100 | 46 |
| Binary | 10100000 | 100011 | 101100 | 0 | 1001110 | 1001000 | 100101 | 101100100 | 1000000 | 100110 |
Color Harmonies of #A0232C
Complementary color
Monochromatic Colors of #A0232C
Black with #A0232C
Text Example
Text Example
White with #A0232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0232C; }
p { color: rgb(160,35,44); }
H1.HeaderClassName
{
color: #A0232C;
}
.AnyTagClassName
{
color: #A0232C;
}
</style>
background-color css
<style>
a { background-color: #A0232C; }
a { background-color: rgb(160,35,44); }
div.DivClassName
{
background-color: #A0232C;
}
.BgClassName
{
background-color: #A0232C;
}
</style>
border-color css
<style>
span { border-color: #A0232C; }
span { border-color: rgb(160,35,44); }
td.TdClassName
{
border-color: #A0232C;
}
.TagClassName
{
border-color: #A0232C;
}
</style>