Html Css Color HEX #A52436 Bright Red

📋 copy color: '#A52436'

red 165 ◦ green 36 ◦ blue 54

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

Shades of Bright Red #A52436

Tints of Bright Red #A52436

RGB

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

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

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

R = 64.71%
G = 14.12%
B = 21.18%

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

#A52436 (or 0xA52436) is known color: Bright Red. HEX triplet: A5, 24 and 36. RGB value is (165,36,54). Sum of RGB (Red+Green+Blue) = 165+36+54=255 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.71% from 255); Green value is 36 (14.45% from 255 or 14.12% from 255); Blue value is 54 (21.48% from 255 or 21.18% from 255); Max value from RGB is 165 - color contains mainly: red. Hex color #A52436 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52436 is #5ADBC9. Grayscale: #4C4C4C. Windows color (decimal): -5954506 or 3548325. OLE color: 3548325.

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

Color convert

RGB 165 36 54 -
CMYK 0 0.78 0.67 0.35
HSL 351.63º 0.64% 0.39% -
HSV(B) 351.63º 0.78% 0.65% -
XYZ 16.81 9.53 4.44 -
YUV 76.62 115.24 191.04 -
System Red Green Blue C M Y K H S L
Decimal 165 36 54 0 0.78 0.67 0.35 351.63 0.64 0.39
Hex A5 24 36 0 4E 43 23 160 40 27
Octal 245 44 66 0 116 103 43 540 100 47
Binary 10100101 100100 110110 0 1001110 1000011 100011 101100000 1000000 100111

Color Harmonies of #A52436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52436

Black with #A52436

Text Example


Text Example

White with #A52436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52436; }

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

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

background-color css

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

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

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

border-color css

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

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

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