Shades of Bright Red #A22430
Tints of Bright Red #A22430
RGB
CMYK
RGB Variations
Color information
#A22430 (or 0xA22430) is known color: Bright Red. HEX triplet: A2, 24 and 30. RGB value is (162,36,48). Sum of RGB (Red+Green+Blue) = 162+36+48=246 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.85% from 246); Green value is 36 (14.45% from 255 or 14.63% from 246); Blue value is 48 (19.14% from 255 or 19.51% from 246); Max value from RGB is 162 - color contains mainly: red. Hex color #A22430 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22430 is #5DDBCF. Grayscale: #4B4B4B. Windows color (decimal): -6151120 or 3155106. OLE color: 3155106.
HSL color Cylindrical-coordinate representation of color #A22430: hue angle of 354.29º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A22430 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 36 | 48 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.36 |
| HSL | 354.29º | 0.64% | 0.39% | - |
| HSV(B) | 354.29º | 0.78% | 0.64% | - |
| XYZ | 16.06 | 9.16 | 3.72 | - |
| YUV | 75.04 | 112.74 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 36 | 48 | 0 | 0.78 | 0.70 | 0.36 | 354.29 | 0.64 | 0.39 |
| Hex | A2 | 24 | 30 | 0 | 4E | 46 | 24 | 162 | 40 | 27 |
| Octal | 242 | 44 | 60 | 0 | 116 | 106 | 44 | 542 | 100 | 47 |
| Binary | 10100010 | 100100 | 110000 | 0 | 1001110 | 1000110 | 100100 | 101100010 | 1000000 | 100111 |
Color Harmonies of #A22430
Complementary color
Monochromatic Colors of #A22430
Black with #A22430
Text Example
Text Example
White with #A22430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22430; }
p { color: rgb(162,36,48); }
H1.HeaderClassName
{
color: #A22430;
}
.AnyTagClassName
{
color: #A22430;
}
</style>
background-color css
<style>
a { background-color: #A22430; }
a { background-color: rgb(162,36,48); }
div.DivClassName
{
background-color: #A22430;
}
.BgClassName
{
background-color: #A22430;
}
</style>
border-color css
<style>
span { border-color: #A22430; }
span { border-color: rgb(162,36,48); }
td.TdClassName
{
border-color: #A22430;
}
.TagClassName
{
border-color: #A22430;
}
</style>