Shades of Bright Red #A3273C
Tints of Bright Red #A3273C
RGB
CMYK
RGB Variations
Color information
#A3273C (or 0xA3273C) is known color: Bright Red. HEX triplet: A3, 27 and 3C. RGB value is (163,39,60). Sum of RGB (Red+Green+Blue) = 163+39+60=262 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.21% from 262); Green value is 39 (15.62% from 255 or 14.89% from 262); Blue value is 60 (23.83% from 255 or 22.90% from 262); Max value from RGB is 163 - color contains mainly: red. Hex color #A3273C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3273C is #5CD8C3. Grayscale: #4E4E4E. Windows color (decimal): -6084804 or 3942307. OLE color: 3942307.
HSL color Cylindrical-coordinate representation of color #A3273C: hue angle of 349.84º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A3273C is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 39 | 60 | - |
| CMYK | 0 | 0.76 | 0.63 | 0.36 |
| HSL | 349.84º | 0.61% | 0.4% | - |
| HSV(B) | 349.84º | 0.76% | 0.64% | - |
| XYZ | 16.65 | 9.56 | 5.24 | - |
| YUV | 78.47 | 117.58 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 39 | 60 | 0 | 0.76 | 0.63 | 0.36 | 349.84 | 0.61 | 0.4 |
| Hex | A3 | 27 | 3C | 0 | 4C | 3F | 24 | 15E | 3D | 28 |
| Octal | 243 | 47 | 74 | 0 | 114 | 77 | 44 | 536 | 75 | 50 |
| Binary | 10100011 | 100111 | 111100 | 0 | 1001100 | 111111 | 100100 | 101011110 | 111101 | 101000 |
Color Harmonies of #A3273C
Complementary color
Monochromatic Colors of #A3273C
Black with #A3273C
Text Example
Text Example
White with #A3273C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3273C; }
p { color: rgb(163,39,60); }
H1.HeaderClassName
{
color: #A3273C;
}
.AnyTagClassName
{
color: #A3273C;
}
</style>
background-color css
<style>
a { background-color: #A3273C; }
a { background-color: rgb(163,39,60); }
div.DivClassName
{
background-color: #A3273C;
}
.BgClassName
{
background-color: #A3273C;
}
</style>
border-color css
<style>
span { border-color: #A3273C; }
span { border-color: rgb(163,39,60); }
td.TdClassName
{
border-color: #A3273C;
}
.TagClassName
{
border-color: #A3273C;
}
</style>