Html Css Color HEX #A5203D Bright Red

📋 copy color: '#A5203D'

red 165 ◦ green 32 ◦ blue 61

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

Shades of Bright Red #A5203D

Tints of Bright Red #A5203D

RGB

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

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

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

R = 63.95%
G = 12.4%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A5203D (or 0xA5203D) is known color: Bright Red. HEX triplet: A5, 20 and 3D. RGB value is (165,32,61). Sum of RGB (Red+Green+Blue) = 165+32+61=258 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.95% from 258); Green value is 32 (12.89% from 255 or 12.40% from 258); Blue value is 61 (24.22% from 255 or 23.64% from 258); Max value from RGB is 165 - color contains mainly: red. Hex color #A5203D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5203D is #5ADFC2. Grayscale: #4B4B4B. Windows color (decimal): -5955523 or 4006053. OLE color: 4006053.

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

Color convert

RGB 165 32 61 -
CMYK 0 0.81 0.63 0.35
HSL 346.92º 0.68% 0.39% -
HSV(B) 346.92º 0.81% 0.65% -
XYZ 16.88 9.37 5.33 -
YUV 75.07 120.06 192.14 -
System Red Green Blue C M Y K H S L
Decimal 165 32 61 0 0.81 0.63 0.35 346.92 0.68 0.39
Hex A5 20 3D 0 51 3F 23 15B 44 27
Octal 245 40 75 0 121 77 43 533 104 47
Binary 10100101 100000 111101 0 1010001 111111 100011 101011011 1000100 100111

Color Harmonies of #A5203D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5203D

Black with #A5203D

Text Example


Text Example

White with #A5203D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5203D; }

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

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

background-color css

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

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

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

border-color css

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

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

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