Shades of Bright Red #A91B2A
Tints of Bright Red #A91B2A
RGB
CMYK
RGB Variations
Color information
#A91B2A (or 0xA91B2A) is known color: Bright Red. HEX triplet: A9, 1B and 2A. RGB value is (169,27,42). Sum of RGB (Red+Green+Blue) = 169+27+42=238 (31% of max value = 765). Red value is 169 (66.41% from 255 or 71.01% from 238); Green value is 27 (10.94% from 255 or 11.34% from 238); Blue value is 42 (16.80% from 255 or 17.65% from 238); Max value from RGB is 169 - color contains mainly: red. Hex color #A91B2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A91B2A is #56E4D5. Grayscale: #474747. Windows color (decimal): -5694678 or 2759593. OLE color: 2759593.
HSL color Cylindrical-coordinate representation of color #A91B2A: hue angle of 353.66º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A91B2A is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 27 | 42 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.34 |
| HSL | 353.66º | 0.72% | 0.38% | - |
| HSV(B) | 353.66º | 0.84% | 0.66% | - |
| XYZ | 17.17 | 9.39 | 3.1 | - |
| YUV | 71.17 | 111.54 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 27 | 42 | 0 | 0.84 | 0.75 | 0.34 | 353.66 | 0.72 | 0.38 |
| Hex | A9 | 1B | 2A | 0 | 54 | 4B | 22 | 162 | 48 | 26 |
| Octal | 251 | 33 | 52 | 0 | 124 | 113 | 42 | 542 | 110 | 46 |
| Binary | 10101001 | 11011 | 101010 | 0 | 1010100 | 1001011 | 100010 | 101100010 | 1001000 | 100110 |
Color Harmonies of #A91B2A
Complementary color
Monochromatic Colors of #A91B2A
Black with #A91B2A
Text Example
Text Example
White with #A91B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91B2A; }
p { color: rgb(169,27,42); }
H1.HeaderClassName
{
color: #A91B2A;
}
.AnyTagClassName
{
color: #A91B2A;
}
</style>
background-color css
<style>
a { background-color: #A91B2A; }
a { background-color: rgb(169,27,42); }
div.DivClassName
{
background-color: #A91B2A;
}
.BgClassName
{
background-color: #A91B2A;
}
</style>
border-color css
<style>
span { border-color: #A91B2A; }
span { border-color: rgb(169,27,42); }
td.TdClassName
{
border-color: #A91B2A;
}
.TagClassName
{
border-color: #A91B2A;
}
</style>