Html Css Color HEX #A52136 Bright Red

📋 copy color: '#A52136'

red 165 ◦ green 33 ◦ blue 54

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

Shades of Bright Red #A52136

Tints of Bright Red #A52136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 21.43%

R = 65.48%
G = 13.1%
B = 21.43%

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

#A52136 (or 0xA52136) is known color: Bright Red. HEX triplet: A5, 21 and 36. RGB value is (165,33,54). Sum of RGB (Red+Green+Blue) = 165+33+54=252 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.48% from 252); Green value is 33 (13.28% from 255 or 13.10% from 252); Blue value is 54 (21.48% from 255 or 21.43% from 252); Max value from RGB is 165 - color contains mainly: red. Hex color #A52136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52136 is #5ADEC9. Grayscale: #4A4A4A. Windows color (decimal): -5955274 or 3547557. OLE color: 3547557.

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

Color convert

RGB 165 33 54 -
CMYK 0 0.8 0.67 0.35
HSL 350.45º 0.67% 0.39% -
HSV(B) 350.45º 0.8% 0.65% -
XYZ 16.73 9.35 4.41 -
YUV 74.86 116.23 192.29 -
System Red Green Blue C M Y K H S L
Decimal 165 33 54 0 0.8 0.67 0.35 350.45 0.67 0.39
Hex A5 21 36 0 50 43 23 15E 43 27
Octal 245 41 66 0 120 103 43 536 103 47
Binary 10100101 100001 110110 0 1010000 1000011 100011 101011110 1000011 100111

Color Harmonies of #A52136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52136

Black with #A52136

Text Example


Text Example

White with #A52136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52136; }

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

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

background-color css

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

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

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

border-color css

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

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

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