Html Css Color HEX #A52840 Bright Red

📋 copy color: '#A52840'

red 165 ◦ green 40 ◦ blue 64

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

Shades of Bright Red #A52840

Tints of Bright Red #A52840

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.87%

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

R = 61.34%
G = 14.87%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A52840 (or 0xA52840) is known color: Bright Red. HEX triplet: A5, 28 and 40. RGB value is (165,40,64). Sum of RGB (Red+Green+Blue) = 165+40+64=269 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.34% from 269); Green value is 40 (16.02% from 255 or 14.87% from 269); Blue value is 64 (25.39% from 255 or 23.79% from 269); Max value from RGB is 165 - color contains mainly: red. Hex color #A52840 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52840 is #5AD7BF. Grayscale: #505050. Windows color (decimal): -5953472 or 4204709. OLE color: 4204709.

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

Color convert

RGB 165 40 64 -
CMYK 0 0.76 0.61 0.35
HSL 348.48º 0.61% 0.4% -
HSV(B) 348.48º 0.76% 0.65% -
XYZ 17.2 9.89 5.85 -
YUV 80.11 118.91 188.55 -
System Red Green Blue C M Y K H S L
Decimal 165 40 64 0 0.76 0.61 0.35 348.48 0.61 0.4
Hex A5 28 40 0 4C 3D 23 15C 3D 28
Octal 245 50 100 0 114 75 43 534 75 50
Binary 10100101 101000 1000000 0 1001100 111101 100011 101011100 111101 101000

Color Harmonies of #A52840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52840

Black with #A52840

Text Example


Text Example

White with #A52840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52840; }

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

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

background-color css

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

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

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

border-color css

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

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

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