Shades of Bright Red #A11534
Tints of Bright Red #A11534
RGB
CMYK
RGB Variations
Color information
#A11534 (or 0xA11534) is known color: Bright Red. HEX triplet: A1, 15 and 34. RGB value is (161,21,52). Sum of RGB (Red+Green+Blue) = 161+21+52=234 (30% of max value = 765). Red value is 161 (63.28% from 255 or 68.80% from 234); Green value is 21 (8.59% from 255 or 8.97% from 234); Blue value is 52 (20.70% from 255 or 22.22% from 234); Max value from RGB is 161 - color contains mainly: red. Hex color #A11534 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11534 is #5EEACB. Grayscale: #424242. Windows color (decimal): -6220492 or 3413409. OLE color: 3413409.
HSL color Cylindrical-coordinate representation of color #A11534: hue angle of 346.71º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A11534 is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 21 | 52 | - |
| CMYK | 0 | 0.87 | 0.68 | 0.37 |
| HSL | 346.71º | 0.77% | 0.36% | - |
| HSV(B) | 346.71º | 0.87% | 0.63% | - |
| XYZ | 15.59 | 8.36 | 4.04 | - |
| YUV | 66.39 | 119.88 | 195.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 21 | 52 | 0 | 0.87 | 0.68 | 0.37 | 346.71 | 0.77 | 0.36 |
| Hex | A1 | 15 | 34 | 0 | 57 | 44 | 25 | 15B | 4D | 24 |
| Octal | 241 | 25 | 64 | 0 | 127 | 104 | 45 | 533 | 115 | 44 |
| Binary | 10100001 | 10101 | 110100 | 0 | 1010111 | 1000100 | 100101 | 101011011 | 1001101 | 100100 |
Color Harmonies of #A11534
Complementary color
Monochromatic Colors of #A11534
Black with #A11534
Text Example
Text Example
White with #A11534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11534; }
p { color: rgb(161,21,52); }
H1.HeaderClassName
{
color: #A11534;
}
.AnyTagClassName
{
color: #A11534;
}
</style>
background-color css
<style>
a { background-color: #A11534; }
a { background-color: rgb(161,21,52); }
div.DivClassName
{
background-color: #A11534;
}
.BgClassName
{
background-color: #A11534;
}
</style>
border-color css
<style>
span { border-color: #A11534; }
span { border-color: rgb(161,21,52); }
td.TdClassName
{
border-color: #A11534;
}
.TagClassName
{
border-color: #A11534;
}
</style>