Shades of Bright Red #A5193C
Tints of Bright Red #A5193C
RGB
CMYK
RGB Variations
Color information
#A5193C (or 0xA5193C) is known color: Bright Red. HEX triplet: A5, 19 and 3C. RGB value is (165,25,60). Sum of RGB (Red+Green+Blue) = 165+25+60=250 (33% of max value = 765). Red value is 165 (64.84% from 255 or 66% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 60 (23.83% from 255 or 24% from 250); Max value from RGB is 165 - color contains mainly: red. Hex color #A5193C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5193C is #5AE6C3. Grayscale: #464646. Windows color (decimal): -5957316 or 3938725. OLE color: 3938725.
HSL color Cylindrical-coordinate representation of color #A5193C: hue angle of 345º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A5193C is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 25 | 60 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.35 |
| HSL | 345º | 0.74% | 0.37% | - |
| HSV(B) | 345º | 0.85% | 0.65% | - |
| XYZ | 16.68 | 9.02 | 5.14 | - |
| YUV | 70.85 | 121.88 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 25 | 60 | 0 | 0.85 | 0.64 | 0.35 | 345 | 0.74 | 0.37 |
| Hex | A5 | 19 | 3C | 0 | 55 | 40 | 23 | 159 | 4A | 25 |
| Octal | 245 | 31 | 74 | 0 | 125 | 100 | 43 | 531 | 112 | 45 |
| Binary | 10100101 | 11001 | 111100 | 0 | 1010101 | 1000000 | 100011 | 101011001 | 1001010 | 100101 |
Color Harmonies of #A5193C
Complementary color
Monochromatic Colors of #A5193C
Black with #A5193C
Text Example
Text Example
White with #A5193C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5193C; }
p { color: rgb(165,25,60); }
H1.HeaderClassName
{
color: #A5193C;
}
.AnyTagClassName
{
color: #A5193C;
}
</style>
background-color css
<style>
a { background-color: #A5193C; }
a { background-color: rgb(165,25,60); }
div.DivClassName
{
background-color: #A5193C;
}
.BgClassName
{
background-color: #A5193C;
}
</style>
border-color css
<style>
span { border-color: #A5193C; }
span { border-color: rgb(165,25,60); }
td.TdClassName
{
border-color: #A5193C;
}
.TagClassName
{
border-color: #A5193C;
}
</style>