Shades of Bright Red #A11334
Tints of Bright Red #A11334
RGB
CMYK
RGB Variations
Color information
#A11334 (or 0xA11334) is known color: Bright Red. HEX triplet: A1, 13 and 34. RGB value is (161,19,52). Sum of RGB (Red+Green+Blue) = 161+19+52=232 (30% of max value = 765). Red value is 161 (63.28% from 255 or 69.40% from 232); Green value is 19 (7.81% from 255 or 8.19% from 232); Blue value is 52 (20.70% from 255 or 22.41% from 232); Max value from RGB is 161 - color contains mainly: red. Hex color #A11334 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11334 is #5EECCB. Grayscale: #414141. Windows color (decimal): -6221004 or 3412897. OLE color: 3412897.
HSL color Cylindrical-coordinate representation of color #A11334: hue angle of 346.06º degrees, saturation: 0.79, 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 #A11334 is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 19 | 52 | - |
| CMYK | 0 | 0.88 | 0.68 | 0.37 |
| HSL | 346.06º | 0.79% | 0.35% | - |
| HSV(B) | 346.06º | 0.88% | 0.63% | - |
| XYZ | 15.55 | 8.29 | 4.03 | - |
| YUV | 65.22 | 120.54 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 19 | 52 | 0 | 0.88 | 0.68 | 0.37 | 346.06 | 0.79 | 0.35 |
| Hex | A1 | 13 | 34 | 0 | 58 | 44 | 25 | 15A | 4F | 23 |
| Octal | 241 | 23 | 64 | 0 | 130 | 104 | 45 | 532 | 117 | 43 |
| Binary | 10100001 | 10011 | 110100 | 0 | 1011000 | 1000100 | 100101 | 101011010 | 1001111 | 100011 |
Color Harmonies of #A11334
Complementary color
Monochromatic Colors of #A11334
Black with #A11334
Text Example
Text Example
White with #A11334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11334; }
p { color: rgb(161,19,52); }
H1.HeaderClassName
{
color: #A11334;
}
.AnyTagClassName
{
color: #A11334;
}
</style>
background-color css
<style>
a { background-color: #A11334; }
a { background-color: rgb(161,19,52); }
div.DivClassName
{
background-color: #A11334;
}
.BgClassName
{
background-color: #A11334;
}
</style>
border-color css
<style>
span { border-color: #A11334; }
span { border-color: rgb(161,19,52); }
td.TdClassName
{
border-color: #A11334;
}
.TagClassName
{
border-color: #A11334;
}
</style>