Shades of Bright Red #A11432
Tints of Bright Red #A11432
RGB
CMYK
RGB Variations
Color information
#A11432 (or 0xA11432) is known color: Bright Red. HEX triplet: A1, 14 and 32. RGB value is (161,20,50). Sum of RGB (Red+Green+Blue) = 161+20+50=231 (30% of max value = 765). Red value is 161 (63.28% from 255 or 69.70% from 231); Green value is 20 (8.20% from 255 or 8.66% from 231); Blue value is 50 (19.92% from 255 or 21.65% from 231); Max value from RGB is 161 - color contains mainly: red. Hex color #A11432 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11432 is #5EEBCD. Grayscale: #414141. Windows color (decimal): -6220750 or 3282081. OLE color: 3282081.
HSL color Cylindrical-coordinate representation of color #A11432: hue angle of 347.23º 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 #A11432 is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 20 | 50 | - |
| CMYK | 0 | 0.88 | 0.69 | 0.37 |
| HSL | 347.23º | 0.78% | 0.35% | - |
| HSV(B) | 347.23º | 0.88% | 0.63% | - |
| XYZ | 15.52 | 8.31 | 3.8 | - |
| YUV | 65.58 | 119.21 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 20 | 50 | 0 | 0.88 | 0.69 | 0.37 | 347.23 | 0.78 | 0.35 |
| Hex | A1 | 14 | 32 | 0 | 58 | 45 | 25 | 15B | 4E | 23 |
| Octal | 241 | 24 | 62 | 0 | 130 | 105 | 45 | 533 | 116 | 43 |
| Binary | 10100001 | 10100 | 110010 | 0 | 1011000 | 1000101 | 100101 | 101011011 | 1001110 | 100011 |
Color Harmonies of #A11432
Complementary color
Monochromatic Colors of #A11432
Black with #A11432
Text Example
Text Example
White with #A11432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11432; }
p { color: rgb(161,20,50); }
H1.HeaderClassName
{
color: #A11432;
}
.AnyTagClassName
{
color: #A11432;
}
</style>
background-color css
<style>
a { background-color: #A11432; }
a { background-color: rgb(161,20,50); }
div.DivClassName
{
background-color: #A11432;
}
.BgClassName
{
background-color: #A11432;
}
</style>
border-color css
<style>
span { border-color: #A11432; }
span { border-color: rgb(161,20,50); }
td.TdClassName
{
border-color: #A11432;
}
.TagClassName
{
border-color: #A11432;
}
</style>