Html Css Color HEX #A20E3A Bright Red

📋 copy color: '#A20E3A'

red 162 ◦ green 14 ◦ blue 58

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

Shades of Bright Red #A20E3A

Tints of Bright Red #A20E3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 24.79%

R = 69.23%
G = 5.98%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A20E3A (or 0xA20E3A) is known color: Bright Red. HEX triplet: A2, 0E and 3A. RGB value is (162,14,58). Sum of RGB (Red+Green+Blue) = 162+14+58=234 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.23% from 234); Green value is 14 (5.86% from 255 or 5.98% from 234); Blue value is 58 (23.05% from 255 or 24.79% from 234); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E3A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20E3A is #5DF1C5. Grayscale: #3F3F3F. Windows color (decimal): -6156742 or 3804834. OLE color: 3804834.

HSL color Cylindrical-coordinate representation of color #A20E3A: hue angle of 342.16º 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 #A20E3A is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 14 58 -
CMYK 0 0.91 0.64 0.36
HSL 342.16º 0.84% 0.35% -
HSV(B) 342.16º 0.91% 0.64% -
XYZ 15.82 8.3 4.77 -
YUV 63.27 125.03 198.42 -
System Red Green Blue C M Y K H S L
Decimal 162 14 58 0 0.91 0.64 0.36 342.16 0.84 0.35
Hex A2 E 3A 0 5B 40 24 156 54 23
Octal 242 16 72 0 133 100 44 526 124 43
Binary 10100010 1110 111010 0 1011011 1000000 100100 101010110 1010100 100011

Color Harmonies of #A20E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20E3A

Black with #A20E3A

Text Example


Text Example

White with #A20E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20E3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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