Shades of Bright Red #A0232F
Tints of Bright Red #A0232F
RGB
CMYK
RGB Variations
Color information
#A0232F (or 0xA0232F) is known color: Bright Red. HEX triplet: A0, 23 and 2F. RGB value is (160,35,47). Sum of RGB (Red+Green+Blue) = 160+35+47=242 (32% of max value = 765). Red value is 160 (62.89% from 255 or 66.12% from 242); Green value is 35 (14.06% from 255 or 14.46% from 242); Blue value is 47 (18.75% from 255 or 19.42% from 242); Max value from RGB is 160 - color contains mainly: red. Hex color #A0232F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0232F is #5FDCD0. Grayscale: #494949. Windows color (decimal): -6282449 or 3089312. OLE color: 3089312.
HSL color Cylindrical-coordinate representation of color #A0232F: hue angle of 354.24º 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 #A0232F is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 35 | 47 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.37 |
| HSL | 354.24º | 0.64% | 0.38% | - |
| HSV(B) | 354.24º | 0.78% | 0.63% | - |
| XYZ | 15.61 | 8.88 | 3.58 | - |
| YUV | 73.74 | 112.91 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 35 | 47 | 0 | 0.78 | 0.71 | 0.37 | 354.24 | 0.64 | 0.38 |
| Hex | A0 | 23 | 2F | 0 | 4E | 47 | 25 | 162 | 40 | 26 |
| Octal | 240 | 43 | 57 | 0 | 116 | 107 | 45 | 542 | 100 | 46 |
| Binary | 10100000 | 100011 | 101111 | 0 | 1001110 | 1000111 | 100101 | 101100010 | 1000000 | 100110 |
Color Harmonies of #A0232F
Complementary color
Monochromatic Colors of #A0232F
Black with #A0232F
Text Example
Text Example
White with #A0232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0232F; }
p { color: rgb(160,35,47); }
H1.HeaderClassName
{
color: #A0232F;
}
.AnyTagClassName
{
color: #A0232F;
}
</style>
background-color css
<style>
a { background-color: #A0232F; }
a { background-color: rgb(160,35,47); }
div.DivClassName
{
background-color: #A0232F;
}
.BgClassName
{
background-color: #A0232F;
}
</style>
border-color css
<style>
span { border-color: #A0232F; }
span { border-color: rgb(160,35,47); }
td.TdClassName
{
border-color: #A0232F;
}
.TagClassName
{
border-color: #A0232F;
}
</style>