Html Css Color HEX #A62440 Bright Red

📋 copy color: '#A62440'

red 166 ◦ green 36 ◦ blue 64

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

Shades of Bright Red #A62440

Tints of Bright Red #A62440

RGB

 RED value IS 166 (65.23% from 255) = 62.41%

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

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

R = 62.41%
G = 13.53%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A62440 (or 0xA62440) is known color: Bright Red. HEX triplet: A6, 24 and 40. RGB value is (166,36,64). Sum of RGB (Red+Green+Blue) = 166+36+64=266 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.41% from 266); Green value is 36 (14.45% from 255 or 13.53% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 166 - color contains mainly: red. Hex color #A62440 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62440 is #59DBBF. Grayscale: #4E4E4E. Windows color (decimal): -5888960 or 4203686. OLE color: 4203686.

HSL color Cylindrical-coordinate representation of color #A62440: hue angle of 347.08º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A62440 is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 36 64 -
CMYK 0 0.78 0.61 0.35
HSL 347.08º 0.64% 0.4% -
HSV(B) 347.08º 0.78% 0.65% -
XYZ 17.28 9.74 5.82 -
YUV 78.06 120.07 190.72 -
System Red Green Blue C M Y K H S L
Decimal 166 36 64 0 0.78 0.61 0.35 347.08 0.64 0.4
Hex A6 24 40 0 4E 3D 23 15B 40 28
Octal 246 44 100 0 116 75 43 533 100 50
Binary 10100110 100100 1000000 0 1001110 111101 100011 101011011 1000000 101000

Color Harmonies of #A62440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62440

Black with #A62440

Text Example


Text Example

White with #A62440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62440; }

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

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

background-color css

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

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

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

border-color css

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

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

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