Shades of Bright Red #A72238
Tints of Bright Red #A72238
RGB
CMYK
RGB Variations
Color information
#A72238 (or 0xA72238) is known color: Bright Red. HEX triplet: A7, 22 and 38. RGB value is (167,34,56). Sum of RGB (Red+Green+Blue) = 167+34+56=257 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.98% from 257); Green value is 34 (13.67% from 255 or 13.23% from 257); Blue value is 56 (22.27% from 255 or 21.79% from 257); Max value from RGB is 167 - color contains mainly: red. Hex color #A72238 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72238 is #58DDC7. Grayscale: #4C4C4C. Windows color (decimal): -5823944 or 3678887. OLE color: 3678887.
HSL color Cylindrical-coordinate representation of color #A72238: hue angle of 350.08º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A72238 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 34 | 56 | - |
| CMYK | 0 | 0.80 | 0.66 | 0.35 |
| HSL | 350.08º | 0.66% | 0.39% | - |
| HSV(B) | 350.08º | 0.8% | 0.65% | - |
| XYZ | 17.22 | 9.65 | 4.7 | - |
| YUV | 76.28 | 116.56 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 34 | 56 | 0 | 0.80 | 0.66 | 0.35 | 350.08 | 0.66 | 0.39 |
| Hex | A7 | 22 | 38 | 0 | 50 | 42 | 23 | 15E | 42 | 27 |
| Octal | 247 | 42 | 70 | 0 | 120 | 102 | 43 | 536 | 102 | 47 |
| Binary | 10100111 | 100010 | 111000 | 0 | 1010000 | 1000010 | 100011 | 101011110 | 1000010 | 100111 |
Color Harmonies of #A72238
Complementary color
Monochromatic Colors of #A72238
Black with #A72238
Text Example
Text Example
White with #A72238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72238; }
p { color: rgb(167,34,56); }
H1.HeaderClassName
{
color: #A72238;
}
.AnyTagClassName
{
color: #A72238;
}
</style>
background-color css
<style>
a { background-color: #A72238; }
a { background-color: rgb(167,34,56); }
div.DivClassName
{
background-color: #A72238;
}
.BgClassName
{
background-color: #A72238;
}
</style>
border-color css
<style>
span { border-color: #A72238; }
span { border-color: rgb(167,34,56); }
td.TdClassName
{
border-color: #A72238;
}
.TagClassName
{
border-color: #A72238;
}
</style>