Shades of Bright Red #A91C32
Tints of Bright Red #A91C32
RGB
CMYK
RGB Variations
Color information
#A91C32 (or 0xA91C32) is known color: Bright Red. HEX triplet: A9, 1C and 32. RGB value is (169,28,50). Sum of RGB (Red+Green+Blue) = 169+28+50=247 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.42% from 247); Green value is 28 (11.33% from 255 or 11.34% from 247); Blue value is 50 (19.92% from 255 or 20.24% from 247); Max value from RGB is 169 - color contains mainly: red. Hex color #A91C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A91C32 is #56E3CD. Grayscale: #484848. Windows color (decimal): -5694414 or 3284137. OLE color: 3284137.
HSL color Cylindrical-coordinate representation of color #A91C32: hue angle of 350.64º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A91C32 is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 28 | 50 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.34 |
| HSL | 350.64º | 0.72% | 0.39% | - |
| HSV(B) | 350.64º | 0.83% | 0.66% | - |
| XYZ | 17.35 | 9.5 | 3.94 | - |
| YUV | 72.67 | 115.21 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 28 | 50 | 0 | 0.83 | 0.70 | 0.34 | 350.64 | 0.72 | 0.39 |
| Hex | A9 | 1C | 32 | 0 | 53 | 46 | 22 | 15F | 48 | 27 |
| Octal | 251 | 34 | 62 | 0 | 123 | 106 | 42 | 537 | 110 | 47 |
| Binary | 10101001 | 11100 | 110010 | 0 | 1010011 | 1000110 | 100010 | 101011111 | 1001000 | 100111 |
Color Harmonies of #A91C32
Complementary color
Monochromatic Colors of #A91C32
Black with #A91C32
Text Example
Text Example
White with #A91C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91C32; }
p { color: rgb(169,28,50); }
H1.HeaderClassName
{
color: #A91C32;
}
.AnyTagClassName
{
color: #A91C32;
}
</style>
background-color css
<style>
a { background-color: #A91C32; }
a { background-color: rgb(169,28,50); }
div.DivClassName
{
background-color: #A91C32;
}
.BgClassName
{
background-color: #A91C32;
}
</style>
border-color css
<style>
span { border-color: #A91C32; }
span { border-color: rgb(169,28,50); }
td.TdClassName
{
border-color: #A91C32;
}
.TagClassName
{
border-color: #A91C32;
}
</style>