Shades of Bright Red #A1232D
Tints of Bright Red #A1232D
RGB
CMYK
RGB Variations
Color information
#A1232D (or 0xA1232D) is known color: Bright Red. HEX triplet: A1, 23 and 2D. RGB value is (161,35,45). Sum of RGB (Red+Green+Blue) = 161+35+45=241 (31% of max value = 765). Red value is 161 (63.28% from 255 or 66.80% from 241); Green value is 35 (14.06% from 255 or 14.52% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 161 - color contains mainly: red. Hex color #A1232D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1232D is #5EDCD2. Grayscale: #494949. Windows color (decimal): -6216915 or 2958241. OLE color: 2958241.
HSL color Cylindrical-coordinate representation of color #A1232D: hue angle of 355.24º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A1232D is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 35 | 45 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.37 |
| HSL | 355.24º | 0.64% | 0.38% | - |
| HSV(B) | 355.24º | 0.78% | 0.63% | - |
| XYZ | 15.77 | 8.97 | 3.38 | - |
| YUV | 73.81 | 111.74 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 35 | 45 | 0 | 0.78 | 0.72 | 0.37 | 355.24 | 0.64 | 0.38 |
| Hex | A1 | 23 | 2D | 0 | 4E | 48 | 25 | 163 | 40 | 26 |
| Octal | 241 | 43 | 55 | 0 | 116 | 110 | 45 | 543 | 100 | 46 |
| Binary | 10100001 | 100011 | 101101 | 0 | 1001110 | 1001000 | 100101 | 101100011 | 1000000 | 100110 |
Color Harmonies of #A1232D
Complementary color
Monochromatic Colors of #A1232D
Black with #A1232D
Text Example
Text Example
White with #A1232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1232D; }
p { color: rgb(161,35,45); }
H1.HeaderClassName
{
color: #A1232D;
}
.AnyTagClassName
{
color: #A1232D;
}
</style>
background-color css
<style>
a { background-color: #A1232D; }
a { background-color: rgb(161,35,45); }
div.DivClassName
{
background-color: #A1232D;
}
.BgClassName
{
background-color: #A1232D;
}
</style>
border-color css
<style>
span { border-color: #A1232D; }
span { border-color: rgb(161,35,45); }
td.TdClassName
{
border-color: #A1232D;
}
.TagClassName
{
border-color: #A1232D;
}
</style>