Html Css Color HEX #A52131 Bright Red

📋 copy color: '#A52131'

red 165 ◦ green 33 ◦ blue 49

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

Shades of Bright Red #A52131

Tints of Bright Red #A52131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 19.84%

R = 66.8%
G = 13.36%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A52131 (or 0xA52131) is known color: Bright Red. HEX triplet: A5, 21 and 31. RGB value is (165,33,49). Sum of RGB (Red+Green+Blue) = 165+33+49=247 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.80% from 247); Green value is 33 (13.28% from 255 or 13.36% from 247); Blue value is 49 (19.53% from 255 or 19.84% from 247); Max value from RGB is 165 - color contains mainly: red. Hex color #A52131 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52131 is #5ADECE. Grayscale: #4A4A4A. Windows color (decimal): -5955279 or 3219877. OLE color: 3219877.

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

Color convert

RGB 165 33 49 -
CMYK 0 0.8 0.70 0.35
HSL 352.73º 0.67% 0.39% -
HSV(B) 352.73º 0.8% 0.65% -
XYZ 16.62 9.31 3.83 -
YUV 74.29 113.73 192.7 -
System Red Green Blue C M Y K H S L
Decimal 165 33 49 0 0.8 0.70 0.35 352.73 0.67 0.39
Hex A5 21 31 0 50 46 23 161 43 27
Octal 245 41 61 0 120 106 43 541 103 47
Binary 10100101 100001 110001 0 1010000 1000110 100011 101100001 1000011 100111

Color Harmonies of #A52131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52131

Black with #A52131

Text Example


Text Example

White with #A52131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52131; }

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

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

background-color css

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

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

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

border-color css

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

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

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