Shades of Bright Red #A6253C
Tints of Bright Red #A6253C
RGB
CMYK
RGB Variations
Color information
#A6253C (or 0xA6253C) is known color: Bright Red. HEX triplet: A6, 25 and 3C. RGB value is (166,37,60). Sum of RGB (Red+Green+Blue) = 166+37+60=263 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.12% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 60 (23.83% from 255 or 22.81% from 263); Max value from RGB is 166 - color contains mainly: red. Hex color #A6253C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6253C is #59DAC3. Grayscale: #4E4E4E. Windows color (decimal): -5888708 or 3941798. OLE color: 3941798.
HSL color Cylindrical-coordinate representation of color #A6253C: hue angle of 349.3º 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 #A6253C is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 37 | 60 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.35 |
| HSL | 349.3º | 0.64% | 0.4% | - |
| HSV(B) | 349.3º | 0.78% | 0.65% | - |
| XYZ | 17.2 | 9.76 | 5.25 | - |
| YUV | 78.19 | 117.74 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 37 | 60 | 0 | 0.78 | 0.64 | 0.35 | 349.3 | 0.64 | 0.4 |
| Hex | A6 | 25 | 3C | 0 | 4E | 40 | 23 | 15D | 40 | 28 |
| Octal | 246 | 45 | 74 | 0 | 116 | 100 | 43 | 535 | 100 | 50 |
| Binary | 10100110 | 100101 | 111100 | 0 | 1001110 | 1000000 | 100011 | 101011101 | 1000000 | 101000 |
Color Harmonies of #A6253C
Complementary color
Monochromatic Colors of #A6253C
Black with #A6253C
Text Example
Text Example
White with #A6253C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6253C; }
p { color: rgb(166,37,60); }
H1.HeaderClassName
{
color: #A6253C;
}
.AnyTagClassName
{
color: #A6253C;
}
</style>
background-color css
<style>
a { background-color: #A6253C; }
a { background-color: rgb(166,37,60); }
div.DivClassName
{
background-color: #A6253C;
}
.BgClassName
{
background-color: #A6253C;
}
</style>
border-color css
<style>
span { border-color: #A6253C; }
span { border-color: rgb(166,37,60); }
td.TdClassName
{
border-color: #A6253C;
}
.TagClassName
{
border-color: #A6253C;
}
</style>