Html Css Color HEX #A52140 Bright Red

📋 copy color: '#A52140'

red 165 ◦ green 33 ◦ blue 64

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

Shades of Bright Red #A52140

Tints of Bright Red #A52140

RGB

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

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

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

R = 62.98%
G = 12.6%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A52140 (or 0xA52140) is known color: Bright Red. HEX triplet: A5, 21 and 40. RGB value is (165,33,64). Sum of RGB (Red+Green+Blue) = 165+33+64=262 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.98% from 262); Green value is 33 (13.28% from 255 or 12.60% from 262); Blue value is 64 (25.39% from 255 or 24.43% from 262); Max value from RGB is 165 - color contains mainly: red. Hex color #A52140 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52140 is #5ADEBF. Grayscale: #4C4C4C. Windows color (decimal): -5955264 or 4202917. OLE color: 4202917.

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

Color convert

RGB 165 33 64 -
CMYK 0 0.8 0.61 0.35
HSL 345.91º 0.67% 0.39% -
HSV(B) 345.91º 0.8% 0.65% -
XYZ 16.99 9.46 5.78 -
YUV 76 121.23 191.48 -
System Red Green Blue C M Y K H S L
Decimal 165 33 64 0 0.8 0.61 0.35 345.91 0.67 0.39
Hex A5 21 40 0 50 3D 23 15A 43 27
Octal 245 41 100 0 120 75 43 532 103 47
Binary 10100101 100001 1000000 0 1010000 111101 100011 101011010 1000011 100111

Color Harmonies of #A52140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52140

Black with #A52140

Text Example


Text Example

White with #A52140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52140; }

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

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

background-color css

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

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

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

border-color css

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

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

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