Shades of Bright Red #A62237
Tints of Bright Red #A62237
RGB
CMYK
RGB Variations
Color information
#A62237 (or 0xA62237) is known color: Bright Red. HEX triplet: A6, 22 and 37. RGB value is (166,34,55). Sum of RGB (Red+Green+Blue) = 166+34+55=255 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.10% from 255); Green value is 34 (13.67% from 255 or 13.33% from 255); Blue value is 55 (21.88% from 255 or 21.57% from 255); Max value from RGB is 166 - color contains mainly: red. Hex color #A62237 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62237 is #59DDC8. Grayscale: #4B4B4B. Windows color (decimal): -5889481 or 3613350. OLE color: 3613350.
HSL color Cylindrical-coordinate representation of color #A62237: hue angle of 350.45º 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 #A62237 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 34 | 55 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.35 |
| HSL | 350.45º | 0.66% | 0.39% | - |
| HSV(B) | 350.45º | 0.8% | 0.65% | - |
| XYZ | 16.99 | 9.53 | 4.56 | - |
| YUV | 75.86 | 116.23 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 34 | 55 | 0 | 0.80 | 0.67 | 0.35 | 350.45 | 0.66 | 0.39 |
| Hex | A6 | 22 | 37 | 0 | 50 | 43 | 23 | 15E | 42 | 27 |
| Octal | 246 | 42 | 67 | 0 | 120 | 103 | 43 | 536 | 102 | 47 |
| Binary | 10100110 | 100010 | 110111 | 0 | 1010000 | 1000011 | 100011 | 101011110 | 1000010 | 100111 |
Color Harmonies of #A62237
Complementary color
Monochromatic Colors of #A62237
Black with #A62237
Text Example
Text Example
White with #A62237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62237; }
p { color: rgb(166,34,55); }
H1.HeaderClassName
{
color: #A62237;
}
.AnyTagClassName
{
color: #A62237;
}
</style>
background-color css
<style>
a { background-color: #A62237; }
a { background-color: rgb(166,34,55); }
div.DivClassName
{
background-color: #A62237;
}
.BgClassName
{
background-color: #A62237;
}
</style>
border-color css
<style>
span { border-color: #A62237; }
span { border-color: rgb(166,34,55); }
td.TdClassName
{
border-color: #A62237;
}
.TagClassName
{
border-color: #A62237;
}
</style>