Shades of Bright Red #A91C31
Tints of Bright Red #A91C31
RGB
CMYK
RGB Variations
Color information
#A91C31 (or 0xA91C31) is known color: Bright Red. HEX triplet: A9, 1C and 31. RGB value is (169,28,49). Sum of RGB (Red+Green+Blue) = 169+28+49=246 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.70% from 246); Green value is 28 (11.33% from 255 or 11.38% from 246); Blue value is 49 (19.53% from 255 or 19.92% from 246); Max value from RGB is 169 - color contains mainly: red. Hex color #A91C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A91C31 is #56E3CE. Grayscale: #484848. Windows color (decimal): -5694415 or 3218601. OLE color: 3218601.
HSL color Cylindrical-coordinate representation of color #A91C31: hue angle of 351.06º 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 #A91C31 is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 28 | 49 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.34 |
| HSL | 351.06º | 0.72% | 0.39% | - |
| HSV(B) | 351.06º | 0.83% | 0.66% | - |
| XYZ | 17.33 | 9.49 | 3.82 | - |
| YUV | 72.55 | 114.71 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 28 | 49 | 0 | 0.83 | 0.71 | 0.34 | 351.06 | 0.72 | 0.39 |
| Hex | A9 | 1C | 31 | 0 | 53 | 47 | 22 | 15F | 48 | 27 |
| Octal | 251 | 34 | 61 | 0 | 123 | 107 | 42 | 537 | 110 | 47 |
| Binary | 10101001 | 11100 | 110001 | 0 | 1010011 | 1000111 | 100010 | 101011111 | 1001000 | 100111 |
Color Harmonies of #A91C31
Complementary color
Monochromatic Colors of #A91C31
Black with #A91C31
Text Example
Text Example
White with #A91C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91C31; }
p { color: rgb(169,28,49); }
H1.HeaderClassName
{
color: #A91C31;
}
.AnyTagClassName
{
color: #A91C31;
}
</style>
background-color css
<style>
a { background-color: #A91C31; }
a { background-color: rgb(169,28,49); }
div.DivClassName
{
background-color: #A91C31;
}
.BgClassName
{
background-color: #A91C31;
}
</style>
border-color css
<style>
span { border-color: #A91C31; }
span { border-color: rgb(169,28,49); }
td.TdClassName
{
border-color: #A91C31;
}
.TagClassName
{
border-color: #A91C31;
}
</style>