Shades of Bright Red #A11434
Tints of Bright Red #A11434
RGB
CMYK
RGB Variations
Color information
#A11434 (or 0xA11434) is known color: Bright Red. HEX triplet: A1, 14 and 34. RGB value is (161,20,52). Sum of RGB (Red+Green+Blue) = 161+20+52=233 (30% of max value = 765). Red value is 161 (63.28% from 255 or 69.10% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 52 (20.70% from 255 or 22.32% from 233); Max value from RGB is 161 - color contains mainly: red. Hex color #A11434 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11434 is #5EEBCB. Grayscale: #414141. Windows color (decimal): -6220748 or 3413153. OLE color: 3413153.
HSL color Cylindrical-coordinate representation of color #A11434: hue angle of 346.38º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A11434 is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 20 | 52 | - |
| CMYK | 0 | 0.88 | 0.68 | 0.37 |
| HSL | 346.38º | 0.78% | 0.35% | - |
| HSV(B) | 346.38º | 0.88% | 0.63% | - |
| XYZ | 15.57 | 8.33 | 4.04 | - |
| YUV | 65.81 | 120.21 | 195.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 20 | 52 | 0 | 0.88 | 0.68 | 0.37 | 346.38 | 0.78 | 0.35 |
| Hex | A1 | 14 | 34 | 0 | 58 | 44 | 25 | 15A | 4E | 23 |
| Octal | 241 | 24 | 64 | 0 | 130 | 104 | 45 | 532 | 116 | 43 |
| Binary | 10100001 | 10100 | 110100 | 0 | 1011000 | 1000100 | 100101 | 101011010 | 1001110 | 100011 |
Color Harmonies of #A11434
Complementary color
Monochromatic Colors of #A11434
Black with #A11434
Text Example
Text Example
White with #A11434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11434; }
p { color: rgb(161,20,52); }
H1.HeaderClassName
{
color: #A11434;
}
.AnyTagClassName
{
color: #A11434;
}
</style>
background-color css
<style>
a { background-color: #A11434; }
a { background-color: rgb(161,20,52); }
div.DivClassName
{
background-color: #A11434;
}
.BgClassName
{
background-color: #A11434;
}
</style>
border-color css
<style>
span { border-color: #A11434; }
span { border-color: rgb(161,20,52); }
td.TdClassName
{
border-color: #A11434;
}
.TagClassName
{
border-color: #A11434;
}
</style>