Html Css Color HEX #A5203C Bright Red

📋 copy color: '#A5203C'

red 165 ◦ green 32 ◦ blue 60

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

Shades of Bright Red #A5203C

Tints of Bright Red #A5203C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.35%

R = 64.2%
G = 12.45%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A5203C (or 0xA5203C) is known color: Bright Red. HEX triplet: A5, 20 and 3C. RGB value is (165,32,60). Sum of RGB (Red+Green+Blue) = 165+32+60=257 (34% of max value = 765). Red value is 165 (64.84% from 255 or 64.20% from 257); Green value is 32 (12.89% from 255 or 12.45% from 257); Blue value is 60 (23.83% from 255 or 23.35% from 257); Max value from RGB is 165 - color contains mainly: red. Hex color #A5203C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5203C is #5ADFC3. Grayscale: #4A4A4A. Windows color (decimal): -5955524 or 3940517. OLE color: 3940517.

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

Color convert

RGB 165 32 60 -
CMYK 0 0.81 0.64 0.35
HSL 347.37º 0.68% 0.39% -
HSV(B) 347.37º 0.81% 0.65% -
XYZ 16.85 9.36 5.19 -
YUV 74.96 119.56 192.22 -
System Red Green Blue C M Y K H S L
Decimal 165 32 60 0 0.81 0.64 0.35 347.37 0.68 0.39
Hex A5 20 3C 0 51 40 23 15B 44 27
Octal 245 40 74 0 121 100 43 533 104 47
Binary 10100101 100000 111100 0 1010001 1000000 100011 101011011 1000100 100111

Color Harmonies of #A5203C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5203C

Black with #A5203C

Text Example


Text Example

White with #A5203C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5203C; }

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

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

background-color css

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

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

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

border-color css

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

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

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