Shades of Bright Red #A0233D
Tints of Bright Red #A0233D
RGB
CMYK
RGB Variations
Color information
#A0233D (or 0xA0233D) is known color: Bright Red. HEX triplet: A0, 23 and 3D. RGB value is (160,35,61). Sum of RGB (Red+Green+Blue) = 160+35+61=256 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.5% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 160 - color contains mainly: red. Hex color #A0233D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0233D is #5FDCC2. Grayscale: #4B4B4B. Windows color (decimal): -6282435 or 4006816. OLE color: 4006816.
HSL color Cylindrical-coordinate representation of color #A0233D: hue angle of 347.52º 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 #A0233D is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 35 | 61 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.37 |
| HSL | 347.52º | 0.64% | 0.38% | - |
| HSV(B) | 347.52º | 0.78% | 0.63% | - |
| XYZ | 15.94 | 9.01 | 5.31 | - |
| YUV | 75.34 | 119.91 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 35 | 61 | 0 | 0.78 | 0.62 | 0.37 | 347.52 | 0.64 | 0.38 |
| Hex | A0 | 23 | 3D | 0 | 4E | 3E | 25 | 15C | 40 | 26 |
| Octal | 240 | 43 | 75 | 0 | 116 | 76 | 45 | 534 | 100 | 46 |
| Binary | 10100000 | 100011 | 111101 | 0 | 1001110 | 111110 | 100101 | 101011100 | 1000000 | 100110 |
Color Harmonies of #A0233D
Complementary color
Monochromatic Colors of #A0233D
Black with #A0233D
Text Example
Text Example
White with #A0233D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0233D; }
p { color: rgb(160,35,61); }
H1.HeaderClassName
{
color: #A0233D;
}
.AnyTagClassName
{
color: #A0233D;
}
</style>
background-color css
<style>
a { background-color: #A0233D; }
a { background-color: rgb(160,35,61); }
div.DivClassName
{
background-color: #A0233D;
}
.BgClassName
{
background-color: #A0233D;
}
</style>
border-color css
<style>
span { border-color: #A0233D; }
span { border-color: rgb(160,35,61); }
td.TdClassName
{
border-color: #A0233D;
}
.TagClassName
{
border-color: #A0233D;
}
</style>