Shades of Bright Red #A0283C
Tints of Bright Red #A0283C
RGB
CMYK
RGB Variations
Color information
#A0283C (or 0xA0283C) is known color: Bright Red. HEX triplet: A0, 28 and 3C. RGB value is (160,40,60). Sum of RGB (Red+Green+Blue) = 160+40+60=260 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.54% from 260); Green value is 40 (16.02% from 255 or 15.38% from 260); Blue value is 60 (23.83% from 255 or 23.08% from 260); Max value from RGB is 160 - color contains mainly: red. Hex color #A0283C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0283C is #5FD7C3. Grayscale: #4E4E4E. Windows color (decimal): -6281156 or 3942560. OLE color: 3942560.
HSL color Cylindrical-coordinate representation of color #A0283C: hue angle of 350º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A0283C is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 40 | 60 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.37 |
| HSL | 350º | 0.6% | 0.39% | - |
| HSV(B) | 350º | 0.75% | 0.63% | - |
| XYZ | 16.07 | 9.32 | 5.23 | - |
| YUV | 78.16 | 117.76 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 40 | 60 | 0 | 0.75 | 0.62 | 0.37 | 350 | 0.6 | 0.39 |
| Hex | A0 | 28 | 3C | 0 | 4B | 3E | 25 | 15E | 3C | 27 |
| Octal | 240 | 50 | 74 | 0 | 113 | 76 | 45 | 536 | 74 | 47 |
| Binary | 10100000 | 101000 | 111100 | 0 | 1001011 | 111110 | 100101 | 101011110 | 111100 | 100111 |
Color Harmonies of #A0283C
Complementary color
Monochromatic Colors of #A0283C
Black with #A0283C
Text Example
Text Example
White with #A0283C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0283C; }
p { color: rgb(160,40,60); }
H1.HeaderClassName
{
color: #A0283C;
}
.AnyTagClassName
{
color: #A0283C;
}
</style>
background-color css
<style>
a { background-color: #A0283C; }
a { background-color: rgb(160,40,60); }
div.DivClassName
{
background-color: #A0283C;
}
.BgClassName
{
background-color: #A0283C;
}
</style>
border-color css
<style>
span { border-color: #A0283C; }
span { border-color: rgb(160,40,60); }
td.TdClassName
{
border-color: #A0283C;
}
.TagClassName
{
border-color: #A0283C;
}
</style>