Html Css Color HEX #A02540 Bright Red

📋 copy color: '#A02540'

red 160 ◦ green 37 ◦ blue 64

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

Shades of Bright Red #A02540

Tints of Bright Red #A02540

RGB

 RED value IS 160 (62.89% from 255) = 61.3%

 GREEN value IS 37 (14.84% from 255) = 14.18%

 BLUE value IS 64 (25.39% from 255) = 24.52%

R = 61.3%
G = 14.18%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.6

 K value IS 0.37

RGB Variations

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

Color information

#A02540 (or 0xA02540) is known color: Bright Red. HEX triplet: A0, 25 and 40. RGB value is (160,37,64). Sum of RGB (Red+Green+Blue) = 160+37+64=261 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.30% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 160 - color contains mainly: red. Hex color #A02540 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02540 is #5FDABF. Grayscale: #4C4C4C. Windows color (decimal): -6281920 or 4203936. OLE color: 4203936.

HSL color Cylindrical-coordinate representation of color #A02540: hue angle of 346.83º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A02540 is Cyan = 0, Magento = 0.77, Yellow = 0.6 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 37 64 -
CMYK 0 0.77 0.6 0.37
HSL 346.83º 0.62% 0.39% -
HSV(B) 346.83º 0.77% 0.63% -
XYZ 16.08 9.17 5.77 -
YUV 76.86 120.75 187.3 -
System Red Green Blue C M Y K H S L
Decimal 160 37 64 0 0.77 0.6 0.37 346.83 0.62 0.39
Hex A0 25 40 0 4D 3C 25 15B 3E 27
Octal 240 45 100 0 115 74 45 533 76 47
Binary 10100000 100101 1000000 0 1001101 111100 100101 101011011 111110 100111

Color Harmonies of #A02540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02540

Black with #A02540

Text Example


Text Example

White with #A02540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02540; }

 p { color: rgb(160,37,64); }

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

background-color css

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

 a { background-color: rgb(160,37,64); }

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

border-color css

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

 span { border-color: rgb(160,37,64); }

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