Html Css Color HEX #A52137 Bright Red

📋 copy color: '#A52137'

red 165 ◦ green 33 ◦ blue 55

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

Shades of Bright Red #A52137

Tints of Bright Red #A52137

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.04%

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

R = 65.22%
G = 13.04%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A52137 (or 0xA52137) is known color: Bright Red. HEX triplet: A5, 21 and 37. RGB value is (165,33,55). Sum of RGB (Red+Green+Blue) = 165+33+55=253 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.22% from 253); Green value is 33 (13.28% from 255 or 13.04% from 253); Blue value is 55 (21.88% from 255 or 21.74% from 253); Max value from RGB is 165 - color contains mainly: red. Hex color #A52137 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52137 is #5ADEC8. Grayscale: #4B4B4B. Windows color (decimal): -5955273 or 3613093. OLE color: 3613093.

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

Color convert

RGB 165 33 55 -
CMYK 0 0.8 0.67 0.35
HSL 350º 0.67% 0.39% -
HSV(B) 350º 0.8% 0.65% -
XYZ 16.75 9.36 4.54 -
YUV 74.98 116.73 192.21 -
System Red Green Blue C M Y K H S L
Decimal 165 33 55 0 0.8 0.67 0.35 350 0.67 0.39
Hex A5 21 37 0 50 43 23 15E 43 27
Octal 245 41 67 0 120 103 43 536 103 47
Binary 10100101 100001 110111 0 1010000 1000011 100011 101011110 1000011 100111

Color Harmonies of #A52137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52137

Black with #A52137

Text Example


Text Example

White with #A52137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52137; }

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

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

background-color css

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

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

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

border-color css

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

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

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