Shades of Bright Red #A62337
Tints of Bright Red #A62337
RGB
CMYK
RGB Variations
Color information
#A62337 (or 0xA62337) is known color: Bright Red. HEX triplet: A6, 23 and 37. RGB value is (166,35,55). Sum of RGB (Red+Green+Blue) = 166+35+55=256 (33% of max value = 765). Red value is 166 (65.23% from 255 or 64.84% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 55 (21.88% from 255 or 21.48% from 256); Max value from RGB is 166 - color contains mainly: red. Hex color #A62337 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62337 is #59DCC8. Grayscale: #4C4C4C. Windows color (decimal): -5889225 or 3613606. OLE color: 3613606.
HSL color Cylindrical-coordinate representation of color #A62337: hue angle of 350.84º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A62337 is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 35 | 55 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.35 |
| HSL | 350.84º | 0.65% | 0.39% | - |
| HSV(B) | 350.84º | 0.79% | 0.65% | - |
| XYZ | 17.02 | 9.58 | 4.57 | - |
| YUV | 76.45 | 115.9 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 35 | 55 | 0 | 0.79 | 0.67 | 0.35 | 350.84 | 0.65 | 0.39 |
| Hex | A6 | 23 | 37 | 0 | 4F | 43 | 23 | 15F | 41 | 27 |
| Octal | 246 | 43 | 67 | 0 | 117 | 103 | 43 | 537 | 101 | 47 |
| Binary | 10100110 | 100011 | 110111 | 0 | 1001111 | 1000011 | 100011 | 101011111 | 1000001 | 100111 |
Color Harmonies of #A62337
Complementary color
Monochromatic Colors of #A62337
Black with #A62337
Text Example
Text Example
White with #A62337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62337; }
p { color: rgb(166,35,55); }
H1.HeaderClassName
{
color: #A62337;
}
.AnyTagClassName
{
color: #A62337;
}
</style>
background-color css
<style>
a { background-color: #A62337; }
a { background-color: rgb(166,35,55); }
div.DivClassName
{
background-color: #A62337;
}
.BgClassName
{
background-color: #A62337;
}
</style>
border-color css
<style>
span { border-color: #A62337; }
span { border-color: rgb(166,35,55); }
td.TdClassName
{
border-color: #A62337;
}
.TagClassName
{
border-color: #A62337;
}
</style>