Html Css Color HEX #A0293D Bright Red

📋 copy color: '#A0293D'

red 160 ◦ green 41 ◦ blue 61

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

Shades of Bright Red #A0293D

Tints of Bright Red #A0293D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.28%

R = 61.07%
G = 15.65%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#A0293D (or 0xA0293D) is known color: Bright Red. HEX triplet: A0, 29 and 3D. RGB value is (160,41,61). Sum of RGB (Red+Green+Blue) = 160+41+61=262 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.07% from 262); Green value is 41 (16.41% from 255 or 15.65% from 262); Blue value is 61 (24.22% from 255 or 23.28% from 262); Max value from RGB is 160 - color contains mainly: red. Hex color #A0293D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0293D is #5FD6C2. Grayscale: #4E4E4E. Windows color (decimal): -6280899 or 4008352. OLE color: 4008352.

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

Color convert

RGB 160 41 61 -
CMYK 0 0.74 0.62 0.37
HSL 349.92º 0.59% 0.39% -
HSV(B) 349.92º 0.74% 0.63% -
XYZ 16.13 9.4 5.38 -
YUV 78.86 117.92 185.87 -
System Red Green Blue C M Y K H S L
Decimal 160 41 61 0 0.74 0.62 0.37 349.92 0.59 0.39
Hex A0 29 3D 0 4A 3E 25 15E 3B 27
Octal 240 51 75 0 112 76 45 536 73 47
Binary 10100000 101001 111101 0 1001010 111110 100101 101011110 111011 100111

Color Harmonies of #A0293D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0293D

Black with #A0293D

Text Example


Text Example

White with #A0293D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0293D; }

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

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

background-color css

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

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

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

border-color css

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

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

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