#A0273C

Color #A0273C Bright Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Red #A0273C

Tints of Bright Red #A0273C

Color information

#A0273C (or 0xA0273C) is unknown color: approx Bright Red. HEX triplet: A0, 27 and 3C. RGB value is (160,39,60). Sum of RGB (Red+Green+Blue) = 160+39+60=259 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.78% from 259); Green value is 39 (15.62% from 255 or 15.06% from 259); Blue value is 60 (23.83% from 255 or 23.17% from 259); Max value from RGB is 160 - color contains mainly: red. Hex color #A0273C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0273C is #5FD8C3. Grayscale: #4D4D4D. Windows color (decimal): -6281412 or 3942304. OLE color: 3942304.

HSL color Cylindrical-coordinate representation of color #A0273C: hue angle of 349.59º 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 #A0273C is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB1603960-
CMYK00.760.620.37
HSL349.59º60.8%39.02%-
HSV(B)349.59º75.63%62.75%-
XYZ16.049.255.22-
YUV77.57118.09186.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 160 (62.89% from 255) = 61.78%
GREEN value IS 39 (15.62% from 255) = 15.06%
BLUE value IS 60 (23.83% from 255) = 23.17%
R=61.78%
G=15.06%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160396000.760.620.37349.5960.839.02
HexA0273C04C3E2515e3d27
Octal2404774011476455367547
Binary1010000010011111110001001100111110100101101011110111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0273C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0273C; }

 p { color: rgb(160,39,60); }

 H1.HeaderClassName
 {
   color: #A0273C;
 }
 .AnyTagClassName
 {
   color: #A0273C;
 }
</style>
background-color css

<style>
 a { background-color: #A0273C; }

 a { background-color: rgb(160,39,60); }

 div.DivClassName
 {
   background-color: #A0273C;
 }
 .BgClassName
 {
   background-color: #A0273C;
 }
</style>
border-color css

<style>
 span { border-color: #A0273C; }

 span { border-color: rgb(160,39,60); }

 td.TdClassName
 {
   border-color: #A0273C;
 }
 .TagClassName
 {
   border-color: #A0273C;
 }
</style>