Shades of Bright Red #A2223D
Tints of Bright Red #A2223D
RGB
CMYK
RGB Variations
Color information
#A2223D (or 0xA2223D) is known color: Bright Red. HEX triplet: A2, 22 and 3D. RGB value is (162,34,61). Sum of RGB (Red+Green+Blue) = 162+34+61=257 (34% of max value = 765). Red value is 162 (63.67% from 255 or 63.04% from 257); Green value is 34 (13.67% from 255 or 13.23% from 257); Blue value is 61 (24.22% from 255 or 23.74% from 257); Max value from RGB is 162 - color contains mainly: red. Hex color #A2223D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2223D is #5DDDC2. Grayscale: #4B4B4B. Windows color (decimal): -6151619 or 4006562. OLE color: 4006562.
HSL color Cylindrical-coordinate representation of color #A2223D: hue angle of 347.34º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A2223D is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 34 | 61 | - |
| CMYK | 0 | 0.79 | 0.62 | 0.36 |
| HSL | 347.34º | 0.65% | 0.38% | - |
| HSV(B) | 347.34º | 0.79% | 0.64% | - |
| XYZ | 16.31 | 9.16 | 5.32 | - |
| YUV | 75.35 | 119.91 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 34 | 61 | 0 | 0.79 | 0.62 | 0.36 | 347.34 | 0.65 | 0.38 |
| Hex | A2 | 22 | 3D | 0 | 4F | 3E | 24 | 15B | 41 | 26 |
| Octal | 242 | 42 | 75 | 0 | 117 | 76 | 44 | 533 | 101 | 46 |
| Binary | 10100010 | 100010 | 111101 | 0 | 1001111 | 111110 | 100100 | 101011011 | 1000001 | 100110 |
Color Harmonies of #A2223D
Complementary color
Monochromatic Colors of #A2223D
Black with #A2223D
Text Example
Text Example
White with #A2223D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2223D; }
p { color: rgb(162,34,61); }
H1.HeaderClassName
{
color: #A2223D;
}
.AnyTagClassName
{
color: #A2223D;
}
</style>
background-color css
<style>
a { background-color: #A2223D; }
a { background-color: rgb(162,34,61); }
div.DivClassName
{
background-color: #A2223D;
}
.BgClassName
{
background-color: #A2223D;
}
</style>
border-color css
<style>
span { border-color: #A2223D; }
span { border-color: rgb(162,34,61); }
td.TdClassName
{
border-color: #A2223D;
}
.TagClassName
{
border-color: #A2223D;
}
</style>