Shades of Bright Red #A0103B
Tints of Bright Red #A0103B
RGB
CMYK
RGB Variations
Color information
#A0103B (or 0xA0103B) is known color: Bright Red. HEX triplet: A0, 10 and 3B. RGB value is (160,16,59). Sum of RGB (Red+Green+Blue) = 160+16+59=235 (31% of max value = 765). Red value is 160 (62.89% from 255 or 68.09% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 59 (23.44% from 255 or 25.11% from 235); Max value from RGB is 160 - color contains mainly: red. Hex color #A0103B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0103B is #5FEFC4. Grayscale: #3F3F3F. Windows color (decimal): -6287301 or 3870880. OLE color: 3870880.
HSL color Cylindrical-coordinate representation of color #A0103B: hue angle of 342.08º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A0103B is Cyan = 0, Magento = 0.9, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 16 | 59 | - |
| CMYK | 0 | 0.9 | 0.63 | 0.37 |
| HSL | 342.08º | 0.82% | 0.35% | - |
| HSV(B) | 342.08º | 0.9% | 0.63% | - |
| XYZ | 15.47 | 8.16 | 4.9 | - |
| YUV | 63.96 | 125.21 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 16 | 59 | 0 | 0.9 | 0.63 | 0.37 | 342.08 | 0.82 | 0.35 |
| Hex | A0 | 10 | 3B | 0 | 5A | 3F | 25 | 156 | 52 | 23 |
| Octal | 240 | 20 | 73 | 0 | 132 | 77 | 45 | 526 | 122 | 43 |
| Binary | 10100000 | 10000 | 111011 | 0 | 1011010 | 111111 | 100101 | 101010110 | 1010010 | 100011 |
Color Harmonies of #A0103B
Complementary color
Monochromatic Colors of #A0103B
Black with #A0103B
Text Example
Text Example
White with #A0103B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0103B; }
p { color: rgb(160,16,59); }
H1.HeaderClassName
{
color: #A0103B;
}
.AnyTagClassName
{
color: #A0103B;
}
</style>
background-color css
<style>
a { background-color: #A0103B; }
a { background-color: rgb(160,16,59); }
div.DivClassName
{
background-color: #A0103B;
}
.BgClassName
{
background-color: #A0103B;
}
</style>
border-color css
<style>
span { border-color: #A0103B; }
span { border-color: rgb(160,16,59); }
td.TdClassName
{
border-color: #A0103B;
}
.TagClassName
{
border-color: #A0103B;
}
</style>