Shades of Bright Red #A72038
Tints of Bright Red #A72038
RGB
CMYK
RGB Variations
Color information
#A72038 (or 0xA72038) is known color: Bright Red. HEX triplet: A7, 20 and 38. RGB value is (167,32,56). Sum of RGB (Red+Green+Blue) = 167+32+56=255 (33% of max value = 765). Red value is 167 (65.62% from 255 or 65.49% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 56 (22.27% from 255 or 21.96% from 255); Max value from RGB is 167 - color contains mainly: red. Hex color #A72038 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72038 is #58DFC7. Grayscale: #4B4B4B. Windows color (decimal): -5824456 or 3678375. OLE color: 3678375.
HSL color Cylindrical-coordinate representation of color #A72038: hue angle of 349.33º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A72038 is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 32 | 56 | - |
| CMYK | 0 | 0.81 | 0.66 | 0.35 |
| HSL | 349.33º | 0.68% | 0.39% | - |
| HSV(B) | 349.33º | 0.81% | 0.65% | - |
| XYZ | 17.17 | 9.53 | 4.68 | - |
| YUV | 75.1 | 117.23 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 32 | 56 | 0 | 0.81 | 0.66 | 0.35 | 349.33 | 0.68 | 0.39 |
| Hex | A7 | 20 | 38 | 0 | 51 | 42 | 23 | 15D | 44 | 27 |
| Octal | 247 | 40 | 70 | 0 | 121 | 102 | 43 | 535 | 104 | 47 |
| Binary | 10100111 | 100000 | 111000 | 0 | 1010001 | 1000010 | 100011 | 101011101 | 1000100 | 100111 |
Color Harmonies of #A72038
Complementary color
Monochromatic Colors of #A72038
Black with #A72038
Text Example
Text Example
White with #A72038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72038; }
p { color: rgb(167,32,56); }
H1.HeaderClassName
{
color: #A72038;
}
.AnyTagClassName
{
color: #A72038;
}
</style>
background-color css
<style>
a { background-color: #A72038; }
a { background-color: rgb(167,32,56); }
div.DivClassName
{
background-color: #A72038;
}
.BgClassName
{
background-color: #A72038;
}
</style>
border-color css
<style>
span { border-color: #A72038; }
span { border-color: rgb(167,32,56); }
td.TdClassName
{
border-color: #A72038;
}
.TagClassName
{
border-color: #A72038;
}
</style>