Html Css Color HEX #A52740 Bright Red

📋 copy color: '#A52740'

red 165 ◦ green 39 ◦ blue 64

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

Shades of Bright Red #A52740

Tints of Bright Red #A52740

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.55%

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

R = 61.57%
G = 14.55%
B = 23.88%

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

#A52740 (or 0xA52740) is known color: Bright Red. HEX triplet: A5, 27 and 40. RGB value is (165,39,64). Sum of RGB (Red+Green+Blue) = 165+39+64=268 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.57% from 268); Green value is 39 (15.62% from 255 or 14.55% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 165 - color contains mainly: red. Hex color #A52740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52740 is #5AD8BF. Grayscale: #4F4F4F. Windows color (decimal): -5953728 or 4204453. OLE color: 4204453.

HSL color Cylindrical-coordinate representation of color #A52740: hue angle of 348.1º degrees, saturation: 0.62, 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 #A52740 is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 39 64 -
CMYK 0 0.76 0.61 0.35
HSL 348.1º 0.62% 0.4% -
HSV(B) 348.1º 0.76% 0.65% -
XYZ 17.17 9.82 5.84 -
YUV 79.52 119.24 188.97 -
System Red Green Blue C M Y K H S L
Decimal 165 39 64 0 0.76 0.61 0.35 348.1 0.62 0.4
Hex A5 27 40 0 4C 3D 23 15C 3E 28
Octal 245 47 100 0 114 75 43 534 76 50
Binary 10100101 100111 1000000 0 1001100 111101 100011 101011100 111110 101000

Color Harmonies of #A52740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52740

Black with #A52740

Text Example


Text Example

White with #A52740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52740; }

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

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

background-color css

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

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

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

border-color css

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

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

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