Shades of Bright Red #A12433
Tints of Bright Red #A12433
RGB
CMYK
RGB Variations
Color information
#A12433 (or 0xA12433) is known color: Bright Red. HEX triplet: A1, 24 and 33. RGB value is (161,36,51). Sum of RGB (Red+Green+Blue) = 161+36+51=248 (32% of max value = 765). Red value is 161 (63.28% from 255 or 64.92% from 248); Green value is 36 (14.45% from 255 or 14.52% from 248); Blue value is 51 (20.31% from 255 or 20.56% from 248); Max value from RGB is 161 - color contains mainly: red. Hex color #A12433 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12433 is #5EDBCC. Grayscale: #4B4B4B. Windows color (decimal): -6216653 or 3351713. OLE color: 3351713.
HSL color Cylindrical-coordinate representation of color #A12433: hue angle of 352.8º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A12433 is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 36 | 51 | - |
| CMYK | 0 | 0.78 | 0.68 | 0.37 |
| HSL | 352.8º | 0.63% | 0.39% | - |
| HSV(B) | 352.8º | 0.78% | 0.63% | - |
| XYZ | 15.93 | 9.08 | 4.04 | - |
| YUV | 75.09 | 114.41 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 36 | 51 | 0 | 0.78 | 0.68 | 0.37 | 352.8 | 0.63 | 0.39 |
| Hex | A1 | 24 | 33 | 0 | 4E | 44 | 25 | 161 | 3F | 27 |
| Octal | 241 | 44 | 63 | 0 | 116 | 104 | 45 | 541 | 77 | 47 |
| Binary | 10100001 | 100100 | 110011 | 0 | 1001110 | 1000100 | 100101 | 101100001 | 111111 | 100111 |
Color Harmonies of #A12433
Complementary color
Monochromatic Colors of #A12433
Black with #A12433
Text Example
Text Example
White with #A12433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12433; }
p { color: rgb(161,36,51); }
H1.HeaderClassName
{
color: #A12433;
}
.AnyTagClassName
{
color: #A12433;
}
</style>
background-color css
<style>
a { background-color: #A12433; }
a { background-color: rgb(161,36,51); }
div.DivClassName
{
background-color: #A12433;
}
.BgClassName
{
background-color: #A12433;
}
</style>
border-color css
<style>
span { border-color: #A12433; }
span { border-color: rgb(161,36,51); }
td.TdClassName
{
border-color: #A12433;
}
.TagClassName
{
border-color: #A12433;
}
</style>