#A0273B

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

Shades of Bright Red #A0273B

Tints of Bright Red #A0273B

Color information

#A0273B (or 0xA0273B) is unknown color: approx Bright Red. HEX triplet: A0, 27 and 3B. RGB value is (160,39,59). Sum of RGB (Red+Green+Blue) = 160+39+59=258 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.02% from 258); Green value is 39 (15.62% from 255 or 15.12% from 258); Blue value is 59 (23.44% from 255 or 22.87% from 258); Max value from RGB is 160 - color contains mainly: red. Hex color #A0273B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0273B is #5FD8C4. Grayscale: #4D4D4D. Windows color (decimal): -6281413 or 3876768. OLE color: 3876768.

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

Color convert

RGB1603959-
CMYK00.760.630.37
HSL350.08º60.8%39.02%-
HSV(B)350.08º75.63%62.75%-
XYZ16.019.245.08-
YUV77.46117.59186.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 62.02%
GREEN value IS 39 (15.62% from 255) = 15.12%
BLUE value IS 59 (23.44% from 255) = 22.87%
R=62.02%
G=15.12%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.63
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160395900.760.630.37350.0860.839.02
HexA0273B04C3F2515e3d27
Octal2404773011477455367547
Binary1010000010011111101101001100111111100101101011110111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0273B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0273B; }

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

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

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

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

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

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

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

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