Shades of Bright Red #A62136
Tints of Bright Red #A62136
RGB
CMYK
RGB Variations
Color information
#A62136 (or 0xA62136) is known color: Bright Red. HEX triplet: A6, 21 and 36. RGB value is (166,33,54). Sum of RGB (Red+Green+Blue) = 166+33+54=253 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.61% from 253); Green value is 33 (13.28% from 255 or 13.04% from 253); Blue value is 54 (21.48% from 255 or 21.34% from 253); Max value from RGB is 166 - color contains mainly: red. Hex color #A62136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62136 is #59DEC9. Grayscale: #4B4B4B. Windows color (decimal): -5889738 or 3547558. OLE color: 3547558.
HSL color Cylindrical-coordinate representation of color #A62136: hue angle of 350.53º degrees, saturation: 0.67, 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 #A62136 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 33 | 54 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.35 |
| HSL | 350.53º | 0.67% | 0.39% | - |
| HSV(B) | 350.53º | 0.8% | 0.65% | - |
| XYZ | 16.94 | 9.46 | 4.42 | - |
| YUV | 75.16 | 116.06 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 33 | 54 | 0 | 0.80 | 0.67 | 0.35 | 350.53 | 0.67 | 0.39 |
| Hex | A6 | 21 | 36 | 0 | 50 | 43 | 23 | 15F | 43 | 27 |
| Octal | 246 | 41 | 66 | 0 | 120 | 103 | 43 | 537 | 103 | 47 |
| Binary | 10100110 | 100001 | 110110 | 0 | 1010000 | 1000011 | 100011 | 101011111 | 1000011 | 100111 |
Color Harmonies of #A62136
Complementary color
Monochromatic Colors of #A62136
Black with #A62136
Text Example
Text Example
White with #A62136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62136; }
p { color: rgb(166,33,54); }
H1.HeaderClassName
{
color: #A62136;
}
.AnyTagClassName
{
color: #A62136;
}
</style>
background-color css
<style>
a { background-color: #A62136; }
a { background-color: rgb(166,33,54); }
div.DivClassName
{
background-color: #A62136;
}
.BgClassName
{
background-color: #A62136;
}
</style>
border-color css
<style>
span { border-color: #A62136; }
span { border-color: rgb(166,33,54); }
td.TdClassName
{
border-color: #A62136;
}
.TagClassName
{
border-color: #A62136;
}
</style>