Shades of Bright Red #A02741
Tints of Bright Red #A02741
RGB
CMYK
RGB Variations
Color information
#A02741 (or 0xA02741) is known color: Bright Red. HEX triplet: A0, 27 and 41. RGB value is (160,39,65). Sum of RGB (Red+Green+Blue) = 160+39+65=264 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.61% from 264); Green value is 39 (15.62% from 255 or 14.77% from 264); Blue value is 65 (25.78% from 255 or 24.62% from 264); Max value from RGB is 160 - color contains mainly: red. Hex color #A02741 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02741 is #5FD8BE. Grayscale: #4E4E4E. Windows color (decimal): -6281407 or 4269984. OLE color: 4269984.
HSL color Cylindrical-coordinate representation of color #A02741: hue angle of 347.11º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A02741 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 39 | 65 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.37 |
| HSL | 347.11º | 0.61% | 0.39% | - |
| HSV(B) | 347.11º | 0.76% | 0.63% | - |
| XYZ | 16.18 | 9.31 | 5.94 | - |
| YUV | 78.14 | 120.59 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 39 | 65 | 0 | 0.76 | 0.59 | 0.37 | 347.11 | 0.61 | 0.39 |
| Hex | A0 | 27 | 41 | 0 | 4C | 3B | 25 | 15B | 3D | 27 |
| Octal | 240 | 47 | 101 | 0 | 114 | 73 | 45 | 533 | 75 | 47 |
| Binary | 10100000 | 100111 | 1000001 | 0 | 1001100 | 111011 | 100101 | 101011011 | 111101 | 100111 |
Color Harmonies of #A02741
Complementary color
Monochromatic Colors of #A02741
Black with #A02741
Text Example
Text Example
White with #A02741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02741; }
p { color: rgb(160,39,65); }
H1.HeaderClassName
{
color: #A02741;
}
.AnyTagClassName
{
color: #A02741;
}
</style>
background-color css
<style>
a { background-color: #A02741; }
a { background-color: rgb(160,39,65); }
div.DivClassName
{
background-color: #A02741;
}
.BgClassName
{
background-color: #A02741;
}
</style>
border-color css
<style>
span { border-color: #A02741; }
span { border-color: rgb(160,39,65); }
td.TdClassName
{
border-color: #A02741;
}
.TagClassName
{
border-color: #A02741;
}
</style>