Shades of Bright Red #A01334
Tints of Bright Red #A01334
RGB
CMYK
RGB Variations
Color information
#A01334 (or 0xA01334) is known color: Bright Red. HEX triplet: A0, 13 and 34. RGB value is (160,19,52). Sum of RGB (Red+Green+Blue) = 160+19+52=231 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.26% from 231); Green value is 19 (7.81% from 255 or 8.23% from 231); Blue value is 52 (20.70% from 255 or 22.51% from 231); Max value from RGB is 160 - color contains mainly: red. Hex color #A01334 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01334 is #5FECCB. Grayscale: #404040. Windows color (decimal): -6286540 or 3412896. OLE color: 3412896.
HSL color Cylindrical-coordinate representation of color #A01334: hue angle of 345.96º 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 #A01334 is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 19 | 52 | - |
| CMYK | 0 | 0.88 | 0.68 | 0.37 |
| HSL | 345.96º | 0.79% | 0.35% | - |
| HSV(B) | 345.96º | 0.88% | 0.63% | - |
| XYZ | 15.35 | 8.19 | 4.02 | - |
| YUV | 64.92 | 120.71 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 19 | 52 | 0 | 0.88 | 0.68 | 0.37 | 345.96 | 0.79 | 0.35 |
| Hex | A0 | 13 | 34 | 0 | 58 | 44 | 25 | 15A | 4F | 23 |
| Octal | 240 | 23 | 64 | 0 | 130 | 104 | 45 | 532 | 117 | 43 |
| Binary | 10100000 | 10011 | 110100 | 0 | 1011000 | 1000100 | 100101 | 101011010 | 1001111 | 100011 |
Color Harmonies of #A01334
Complementary color
Monochromatic Colors of #A01334
Black with #A01334
Text Example
Text Example
White with #A01334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01334; }
p { color: rgb(160,19,52); }
H1.HeaderClassName
{
color: #A01334;
}
.AnyTagClassName
{
color: #A01334;
}
</style>
background-color css
<style>
a { background-color: #A01334; }
a { background-color: rgb(160,19,52); }
div.DivClassName
{
background-color: #A01334;
}
.BgClassName
{
background-color: #A01334;
}
</style>
border-color css
<style>
span { border-color: #A01334; }
span { border-color: rgb(160,19,52); }
td.TdClassName
{
border-color: #A01334;
}
.TagClassName
{
border-color: #A01334;
}
</style>