Shades of Bright Red #A12430
Tints of Bright Red #A12430
RGB
CMYK
RGB Variations
Color information
#A12430 (or 0xA12430) is known color: Bright Red. HEX triplet: A1, 24 and 30. RGB value is (161,36,48). Sum of RGB (Red+Green+Blue) = 161+36+48=245 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.71% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 48 (19.14% from 255 or 19.59% from 245); Max value from RGB is 161 - color contains mainly: red. Hex color #A12430 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12430 is #5EDBCF. Grayscale: #4A4A4A. Windows color (decimal): -6216656 or 3155105. OLE color: 3155105.
HSL color Cylindrical-coordinate representation of color #A12430: hue angle of 354.24º 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 #A12430 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 36 | 48 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.37 |
| HSL | 354.24º | 0.63% | 0.39% | - |
| HSV(B) | 354.24º | 0.78% | 0.63% | - |
| XYZ | 15.86 | 9.05 | 3.71 | - |
| YUV | 74.74 | 112.91 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 36 | 48 | 0 | 0.78 | 0.70 | 0.37 | 354.24 | 0.63 | 0.39 |
| Hex | A1 | 24 | 30 | 0 | 4E | 46 | 25 | 162 | 3F | 27 |
| Octal | 241 | 44 | 60 | 0 | 116 | 106 | 45 | 542 | 77 | 47 |
| Binary | 10100001 | 100100 | 110000 | 0 | 1001110 | 1000110 | 100101 | 101100010 | 111111 | 100111 |
Color Harmonies of #A12430
Complementary color
Monochromatic Colors of #A12430
Black with #A12430
Text Example
Text Example
White with #A12430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12430; }
p { color: rgb(161,36,48); }
H1.HeaderClassName
{
color: #A12430;
}
.AnyTagClassName
{
color: #A12430;
}
</style>
background-color css
<style>
a { background-color: #A12430; }
a { background-color: rgb(161,36,48); }
div.DivClassName
{
background-color: #A12430;
}
.BgClassName
{
background-color: #A12430;
}
</style>
border-color css
<style>
span { border-color: #A12430; }
span { border-color: rgb(161,36,48); }
td.TdClassName
{
border-color: #A12430;
}
.TagClassName
{
border-color: #A12430;
}
</style>