Shades of Bright Red #A0133A
Tints of Bright Red #A0133A
RGB
CMYK
RGB Variations
Color information
#A0133A (or 0xA0133A) is known color: Bright Red. HEX triplet: A0, 13 and 3A. RGB value is (160,19,58). Sum of RGB (Red+Green+Blue) = 160+19+58=237 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.51% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 58 (23.05% from 255 or 24.47% from 237); Max value from RGB is 160 - color contains mainly: red. Hex color #A0133A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0133A is #5FECC5. Grayscale: #414141. Windows color (decimal): -6286534 or 3806112. OLE color: 3806112.
HSL color Cylindrical-coordinate representation of color #A0133A: hue angle of 343.4º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A0133A is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 19 | 58 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.37 |
| HSL | 343.4º | 0.79% | 0.35% | - |
| HSV(B) | 343.4º | 0.88% | 0.63% | - |
| XYZ | 15.49 | 8.24 | 4.78 | - |
| YUV | 65.61 | 123.71 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 19 | 58 | 0 | 0.88 | 0.64 | 0.37 | 343.4 | 0.79 | 0.35 |
| Hex | A0 | 13 | 3A | 0 | 58 | 40 | 25 | 157 | 4F | 23 |
| Octal | 240 | 23 | 72 | 0 | 130 | 100 | 45 | 527 | 117 | 43 |
| Binary | 10100000 | 10011 | 111010 | 0 | 1011000 | 1000000 | 100101 | 101010111 | 1001111 | 100011 |
Color Harmonies of #A0133A
Complementary color
Monochromatic Colors of #A0133A
Black with #A0133A
Text Example
Text Example
White with #A0133A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0133A; }
p { color: rgb(160,19,58); }
H1.HeaderClassName
{
color: #A0133A;
}
.AnyTagClassName
{
color: #A0133A;
}
</style>
background-color css
<style>
a { background-color: #A0133A; }
a { background-color: rgb(160,19,58); }
div.DivClassName
{
background-color: #A0133A;
}
.BgClassName
{
background-color: #A0133A;
}
</style>
border-color css
<style>
span { border-color: #A0133A; }
span { border-color: rgb(160,19,58); }
td.TdClassName
{
border-color: #A0133A;
}
.TagClassName
{
border-color: #A0133A;
}
</style>