Shades of Bright Red #A11630
Tints of Bright Red #A11630
RGB
CMYK
RGB Variations
Color information
#A11630 (or 0xA11630) is known color: Bright Red. HEX triplet: A1, 16 and 30. RGB value is (161,22,48). Sum of RGB (Red+Green+Blue) = 161+22+48=231 (30% of max value = 765). Red value is 161 (63.28% from 255 or 69.70% from 231); Green value is 22 (8.98% from 255 or 9.52% from 231); Blue value is 48 (19.14% from 255 or 20.78% from 231); Max value from RGB is 161 - color contains mainly: red. Hex color #A11630 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11630 is #5EE9CF. Grayscale: #424242. Windows color (decimal): -6220240 or 3151521. OLE color: 3151521.
HSL color Cylindrical-coordinate representation of color #A11630: hue angle of 348.78º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A11630 is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 22 | 48 | - |
| CMYK | 0 | 0.86 | 0.70 | 0.37 |
| HSL | 348.78º | 0.76% | 0.36% | - |
| HSV(B) | 348.78º | 0.86% | 0.63% | - |
| XYZ | 15.52 | 8.36 | 3.59 | - |
| YUV | 66.53 | 117.55 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 22 | 48 | 0 | 0.86 | 0.70 | 0.37 | 348.78 | 0.76 | 0.36 |
| Hex | A1 | 16 | 30 | 0 | 56 | 46 | 25 | 15D | 4C | 24 |
| Octal | 241 | 26 | 60 | 0 | 126 | 106 | 45 | 535 | 114 | 44 |
| Binary | 10100001 | 10110 | 110000 | 0 | 1010110 | 1000110 | 100101 | 101011101 | 1001100 | 100100 |
Color Harmonies of #A11630
Complementary color
Monochromatic Colors of #A11630
Black with #A11630
Text Example
Text Example
White with #A11630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11630; }
p { color: rgb(161,22,48); }
H1.HeaderClassName
{
color: #A11630;
}
.AnyTagClassName
{
color: #A11630;
}
</style>
background-color css
<style>
a { background-color: #A11630; }
a { background-color: rgb(161,22,48); }
div.DivClassName
{
background-color: #A11630;
}
.BgClassName
{
background-color: #A11630;
}
</style>
border-color css
<style>
span { border-color: #A11630; }
span { border-color: rgb(161,22,48); }
td.TdClassName
{
border-color: #A11630;
}
.TagClassName
{
border-color: #A11630;
}
</style>