Html Css Color HEX #A5202D Bright Red

📋 copy color: '#A5202D'

red 165 ◦ green 32 ◦ blue 45

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

Shades of Bright Red #A5202D

Tints of Bright Red #A5202D

RGB

 RED value IS 165 (64.84% from 255) = 68.18%

 GREEN value IS 32 (12.89% from 255) = 13.22%

 BLUE value IS 45 (17.97% from 255) = 18.6%

R = 68.18%
G = 13.22%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A5202D (or 0xA5202D) is known color: Bright Red. HEX triplet: A5, 20 and 2D. RGB value is (165,32,45). Sum of RGB (Red+Green+Blue) = 165+32+45=242 (32% of max value = 765). Red value is 165 (64.84% from 255 or 68.18% from 242); Green value is 32 (12.89% from 255 or 13.22% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 165 - color contains mainly: red. Hex color #A5202D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5202D is #5ADFD2. Grayscale: #494949. Windows color (decimal): -5955539 or 2957477. OLE color: 2957477.

HSL color Cylindrical-coordinate representation of color #A5202D: hue angle of 354.14º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A5202D is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 32 45 -
CMYK 0 0.81 0.73 0.35
HSL 354.14º 0.68% 0.39% -
HSV(B) 354.14º 0.81% 0.65% -
XYZ 16.51 9.22 3.39 -
YUV 73.25 112.06 193.44 -
System Red Green Blue C M Y K H S L
Decimal 165 32 45 0 0.81 0.73 0.35 354.14 0.68 0.39
Hex A5 20 2D 0 51 49 23 162 44 27
Octal 245 40 55 0 121 111 43 542 104 47
Binary 10100101 100000 101101 0 1010001 1001001 100011 101100010 1000100 100111

Color Harmonies of #A5202D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5202D

Black with #A5202D

Text Example


Text Example

White with #A5202D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5202D; }

 p { color: rgb(165,32,45); }

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

background-color css

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

 a { background-color: rgb(165,32,45); }

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

border-color css

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

 span { border-color: rgb(165,32,45); }

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