Html Css Color HEX #A0293B Bright Red

📋 copy color: '#A0293B'

red 160 ◦ green 41 ◦ blue 59

#A0293B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Red #A0293B

Tints of Bright Red #A0293B

RGB

 RED value IS 160 (62.89% from 255) = 61.54%

 GREEN value IS 41 (16.41% from 255) = 15.77%

 BLUE value IS 59 (23.44% from 255) = 22.69%

R = 61.54%
G = 15.77%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.63

 K value IS 0.37

RGB Variations

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

Color information

#A0293B (or 0xA0293B) is known color: Bright Red. HEX triplet: A0, 29 and 3B. RGB value is (160,41,59). Sum of RGB (Red+Green+Blue) = 160+41+59=260 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.54% from 260); Green value is 41 (16.41% from 255 or 15.77% from 260); Blue value is 59 (23.44% from 255 or 22.69% from 260); Max value from RGB is 160 - color contains mainly: red. Hex color #A0293B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0293B is #5FD6C4. Grayscale: #4E4E4E. Windows color (decimal): -6280901 or 3877280. OLE color: 3877280.

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

Color convert

RGB 160 41 59 -
CMYK 0 0.74 0.63 0.37
HSL 350.92º 0.59% 0.39% -
HSV(B) 350.92º 0.74% 0.63% -
XYZ 16.08 9.38 5.1 -
YUV 78.63 116.92 186.04 -
System Red Green Blue C M Y K H S L
Decimal 160 41 59 0 0.74 0.63 0.37 350.92 0.59 0.39
Hex A0 29 3B 0 4A 3F 25 15F 3B 27
Octal 240 51 73 0 112 77 45 537 73 47
Binary 10100000 101001 111011 0 1001010 111111 100101 101011111 111011 100111

Color Harmonies of #A0293B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0293B

Black with #A0293B

Text Example


Text Example

White with #A0293B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0293B; }

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

 H1.HeaderClassName
 {
   color: #A0293B;
 }
 .AnyTagClassName
 {
   color: #A0293B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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