Shades of Bright Red #A5172C
Tints of Bright Red #A5172C
RGB
CMYK
RGB Variations
Color information
#A5172C (or 0xA5172C) is known color: Bright Red. HEX triplet: A5, 17 and 2C. RGB value is (165,23,44). Sum of RGB (Red+Green+Blue) = 165+23+44=232 (30% of max value = 765). Red value is 165 (64.84% from 255 or 71.12% from 232); Green value is 23 (9.38% from 255 or 9.91% from 232); Blue value is 44 (17.58% from 255 or 18.97% from 232); Max value from RGB is 165 - color contains mainly: red. Hex color #A5172C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5172C is #5AE8D3. Grayscale: #434343. Windows color (decimal): -5957844 or 2889637. OLE color: 2889637.
HSL color Cylindrical-coordinate representation of color #A5172C: hue angle of 351.13º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A5172C is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 23 | 44 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.35 |
| HSL | 351.13º | 0.76% | 0.37% | - |
| HSV(B) | 351.13º | 0.86% | 0.65% | - |
| XYZ | 16.28 | 8.79 | 3.22 | - |
| YUV | 67.85 | 114.54 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 23 | 44 | 0 | 0.86 | 0.73 | 0.35 | 351.13 | 0.76 | 0.37 |
| Hex | A5 | 17 | 2C | 0 | 56 | 49 | 23 | 15F | 4C | 25 |
| Octal | 245 | 27 | 54 | 0 | 126 | 111 | 43 | 537 | 114 | 45 |
| Binary | 10100101 | 10111 | 101100 | 0 | 1010110 | 1001001 | 100011 | 101011111 | 1001100 | 100101 |
Color Harmonies of #A5172C
Complementary color
Monochromatic Colors of #A5172C
Black with #A5172C
Text Example
Text Example
White with #A5172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5172C; }
p { color: rgb(165,23,44); }
H1.HeaderClassName
{
color: #A5172C;
}
.AnyTagClassName
{
color: #A5172C;
}
</style>
background-color css
<style>
a { background-color: #A5172C; }
a { background-color: rgb(165,23,44); }
div.DivClassName
{
background-color: #A5172C;
}
.BgClassName
{
background-color: #A5172C;
}
</style>
border-color css
<style>
span { border-color: #A5172C; }
span { border-color: rgb(165,23,44); }
td.TdClassName
{
border-color: #A5172C;
}
.TagClassName
{
border-color: #A5172C;
}
</style>