Shades of Bright Red #A6253E
Tints of Bright Red #A6253E
RGB
CMYK
RGB Variations
Color information
#A6253E (or 0xA6253E) is known color: Bright Red. HEX triplet: A6, 25 and 3E. RGB value is (166,37,62). Sum of RGB (Red+Green+Blue) = 166+37+62=265 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.64% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 62 (24.61% from 255 or 23.40% from 265); Max value from RGB is 166 - color contains mainly: red. Hex color #A6253E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6253E is #59DAC1. Grayscale: #4E4E4E. Windows color (decimal): -5888706 or 4072870. OLE color: 4072870.
HSL color Cylindrical-coordinate representation of color #A6253E: hue angle of 348.37º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A6253E is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 37 | 62 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.35 |
| HSL | 348.37º | 0.64% | 0.4% | - |
| HSV(B) | 348.37º | 0.78% | 0.65% | - |
| XYZ | 17.26 | 9.78 | 5.54 | - |
| YUV | 78.42 | 118.74 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 37 | 62 | 0 | 0.78 | 0.63 | 0.35 | 348.37 | 0.64 | 0.4 |
| Hex | A6 | 25 | 3E | 0 | 4E | 3F | 23 | 15C | 40 | 28 |
| Octal | 246 | 45 | 76 | 0 | 116 | 77 | 43 | 534 | 100 | 50 |
| Binary | 10100110 | 100101 | 111110 | 0 | 1001110 | 111111 | 100011 | 101011100 | 1000000 | 101000 |
Color Harmonies of #A6253E
Complementary color
Monochromatic Colors of #A6253E
Black with #A6253E
Text Example
Text Example
White with #A6253E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6253E; }
p { color: rgb(166,37,62); }
H1.HeaderClassName
{
color: #A6253E;
}
.AnyTagClassName
{
color: #A6253E;
}
</style>
background-color css
<style>
a { background-color: #A6253E; }
a { background-color: rgb(166,37,62); }
div.DivClassName
{
background-color: #A6253E;
}
.BgClassName
{
background-color: #A6253E;
}
</style>
border-color css
<style>
span { border-color: #A6253E; }
span { border-color: rgb(166,37,62); }
td.TdClassName
{
border-color: #A6253E;
}
.TagClassName
{
border-color: #A6253E;
}
</style>