Html Css Color HEX #A20E37 Bright Red

📋 copy color: '#A20E37'

red 162 ◦ green 14 ◦ blue 55

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

Shades of Bright Red #A20E37

Tints of Bright Red #A20E37

RGB

 RED value IS 162 (63.67% from 255) = 70.13%

 GREEN value IS 14 (5.86% from 255) = 6.06%

 BLUE value IS 55 (21.88% from 255) = 23.81%

R = 70.13%
G = 6.06%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A20E37 (or 0xA20E37) is known color: Bright Red. HEX triplet: A2, 0E and 37. RGB value is (162,14,55). Sum of RGB (Red+Green+Blue) = 162+14+55=231 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.13% from 231); Green value is 14 (5.86% from 255 or 6.06% from 231); Blue value is 55 (21.88% from 255 or 23.81% from 231); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E37 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20E37 is #5DF1C8. Grayscale: #3E3E3E. Windows color (decimal): -6156745 or 3608226. OLE color: 3608226.

HSL color Cylindrical-coordinate representation of color #A20E37: hue angle of 343.38º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A20E37 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 14 55 -
CMYK 0 0.91 0.66 0.36
HSL 343.38º 0.84% 0.35% -
HSV(B) 343.38º 0.91% 0.64% -
XYZ 15.75 8.27 4.38 -
YUV 62.93 123.53 198.67 -
System Red Green Blue C M Y K H S L
Decimal 162 14 55 0 0.91 0.66 0.36 343.38 0.84 0.35
Hex A2 E 37 0 5B 42 24 157 54 23
Octal 242 16 67 0 133 102 44 527 124 43
Binary 10100010 1110 110111 0 1011011 1000010 100100 101010111 1010100 100011

Color Harmonies of #A20E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20E37

Black with #A20E37

Text Example


Text Example

White with #A20E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20E37; }

 p { color: rgb(162,14,55); }

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

background-color css

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

 a { background-color: rgb(162,14,55); }

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

border-color css

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

 span { border-color: rgb(162,14,55); }

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