Html Css Color HEX #A02440 Bright Red

📋 copy color: '#A02440'

red 160 ◦ green 36 ◦ blue 64

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

Shades of Bright Red #A02440

Tints of Bright Red #A02440

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.85%

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

R = 61.54%
G = 13.85%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.6

 K value IS 0.37

RGB Variations

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

Color information

#A02440 (or 0xA02440) is known color: Bright Red. HEX triplet: A0, 24 and 40. RGB value is (160,36,64). Sum of RGB (Red+Green+Blue) = 160+36+64=260 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.54% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 64 (25.39% from 255 or 24.62% from 260); Max value from RGB is 160 - color contains mainly: red. Hex color #A02440 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02440 is #5FDBBF. Grayscale: #4C4C4C. Windows color (decimal): -6282176 or 4203680. OLE color: 4203680.

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

Color convert

RGB 160 36 64 -
CMYK 0 0.78 0.6 0.37
HSL 346.45º 0.63% 0.38% -
HSV(B) 346.45º 0.78% 0.63% -
XYZ 16.05 9.11 5.76 -
YUV 76.27 121.08 187.72 -
System Red Green Blue C M Y K H S L
Decimal 160 36 64 0 0.78 0.6 0.37 346.45 0.63 0.38
Hex A0 24 40 0 4E 3C 25 15A 3F 26
Octal 240 44 100 0 116 74 45 532 77 46
Binary 10100000 100100 1000000 0 1001110 111100 100101 101011010 111111 100110

Color Harmonies of #A02440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02440

Black with #A02440

Text Example


Text Example

White with #A02440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02440; }

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

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

background-color css

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

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

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

border-color css

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

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

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