#A0293A

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

Shades of Bright Red #A0293A

Tints of Bright Red #A0293A

Color information

#A0293A (or 0xA0293A) is unknown color: approx Bright Red. HEX triplet: A0, 29 and 3A. RGB value is (160,41,58). Sum of RGB (Red+Green+Blue) = 160+41+58=259 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.78% from 259); Green value is 41 (16.41% from 255 or 15.83% from 259); Blue value is 58 (23.05% from 255 or 22.39% from 259); Max value from RGB is 160 - color contains mainly: red. Hex color #A0293A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0293A is #5FD6C5. Grayscale: #4E4E4E. Windows color (decimal): -6280902 or 3811744. OLE color: 3811744.

HSL color Cylindrical-coordinate representation of color #A0293A: hue angle of 351.43º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A0293A is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.37.

Color convert

RGB1604158-
CMYK00.740.640.37
HSL351.43º59.2%39.41%-
HSV(B)351.43º74.37%62.75%-
XYZ16.059.364.96-
YUV78.52116.42186.12-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 61.78%
GREEN value IS 41 (16.41% from 255) = 15.83%
BLUE value IS 58 (23.05% from 255) = 22.39%
R=61.78%
G=15.83%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.64
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160415800.740.640.37351.4359.239.41
HexA0293A04A402515f3b27
Octal24051720112100455377347
Binary10100000101001111010010010101000000100101101011111111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0293A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0293A; }

 p { color: rgb(160,41,58); }

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

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

 a { background-color: rgb(160,41,58); }

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

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

 span { border-color: rgb(160,41,58); }

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