Html Css Color HEX #A52440 Bright Red

📋 copy color: '#A52440'

red 165 ◦ green 36 ◦ blue 64

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

Shades of Bright Red #A52440

Tints of Bright Red #A52440

RGB

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

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

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

R = 62.26%
G = 13.58%
B = 24.15%

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

#A52440 (or 0xA52440) is known color: Bright Red. HEX triplet: A5, 24 and 40. RGB value is (165,36,64). Sum of RGB (Red+Green+Blue) = 165+36+64=265 (35% of max value = 765). Red value is 165 (64.84% from 255 or 62.26% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 165 - color contains mainly: red. Hex color #A52440 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52440 is #5ADBBF. Grayscale: #4D4D4D. Windows color (decimal): -5954496 or 4203685. OLE color: 4203685.

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

Color convert

RGB 165 36 64 -
CMYK 0 0.78 0.61 0.35
HSL 346.98º 0.64% 0.39% -
HSV(B) 346.98º 0.78% 0.65% -
XYZ 17.07 9.63 5.81 -
YUV 77.76 120.24 190.22 -
System Red Green Blue C M Y K H S L
Decimal 165 36 64 0 0.78 0.61 0.35 346.98 0.64 0.39
Hex A5 24 40 0 4E 3D 23 15B 40 27
Octal 245 44 100 0 116 75 43 533 100 47
Binary 10100101 100100 1000000 0 1001110 111101 100011 101011011 1000000 100111

Color Harmonies of #A52440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52440

Black with #A52440

Text Example


Text Example

White with #A52440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52440; }

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

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

background-color css

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

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

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

border-color css

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

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

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