Html Css Color HEX #A52437 Bright Red

📋 copy color: '#A52437'

red 165 ◦ green 36 ◦ blue 55

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

Shades of Bright Red #A52437

Tints of Bright Red #A52437

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 21.48%

R = 64.45%
G = 14.06%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A52437 (or 0xA52437) is known color: Bright Red. HEX triplet: A5, 24 and 37. RGB value is (165,36,55). Sum of RGB (Red+Green+Blue) = 165+36+55=256 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.45% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 55 (21.88% from 255 or 21.48% from 256); Max value from RGB is 165 - color contains mainly: red. Hex color #A52437 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52437 is #5ADBC8. Grayscale: #4C4C4C. Windows color (decimal): -5954505 or 3613861. OLE color: 3613861.

HSL color Cylindrical-coordinate representation of color #A52437: hue angle of 351.16º 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 #A52437 is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 36 55 -
CMYK 0 0.78 0.67 0.35
HSL 351.16º 0.64% 0.39% -
HSV(B) 351.16º 0.78% 0.65% -
XYZ 16.84 9.54 4.57 -
YUV 76.74 115.74 190.96 -
System Red Green Blue C M Y K H S L
Decimal 165 36 55 0 0.78 0.67 0.35 351.16 0.64 0.39
Hex A5 24 37 0 4E 43 23 15F 40 27
Octal 245 44 67 0 116 103 43 537 100 47
Binary 10100101 100100 110111 0 1001110 1000011 100011 101011111 1000000 100111

Color Harmonies of #A52437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52437

Black with #A52437

Text Example


Text Example

White with #A52437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52437; }

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

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

background-color css

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

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

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

border-color css

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

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

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