Html Css Color HEX #A52231 Bright Red

📋 copy color: '#A52231'

red 165 ◦ green 34 ◦ blue 49

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

Shades of Bright Red #A52231

Tints of Bright Red #A52231

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.71%

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

R = 66.53%
G = 13.71%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A52231 (or 0xA52231) is known color: Bright Red. HEX triplet: A5, 22 and 31. RGB value is (165,34,49). Sum of RGB (Red+Green+Blue) = 165+34+49=248 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.53% from 248); Green value is 34 (13.67% from 255 or 13.71% from 248); Blue value is 49 (19.53% from 255 or 19.76% from 248); Max value from RGB is 165 - color contains mainly: red. Hex color #A52231 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52231 is #5ADDCE. Grayscale: #4A4A4A. Windows color (decimal): -5955023 or 3220133. OLE color: 3220133.

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

Color convert

RGB 165 34 49 -
CMYK 0 0.79 0.70 0.35
HSL 353.13º 0.66% 0.39% -
HSV(B) 353.13º 0.79% 0.65% -
XYZ 16.64 9.37 3.84 -
YUV 74.88 113.4 192.28 -
System Red Green Blue C M Y K H S L
Decimal 165 34 49 0 0.79 0.70 0.35 353.13 0.66 0.39
Hex A5 22 31 0 4F 46 23 161 42 27
Octal 245 42 61 0 117 106 43 541 102 47
Binary 10100101 100010 110001 0 1001111 1000110 100011 101100001 1000010 100111

Color Harmonies of #A52231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52231

Black with #A52231

Text Example


Text Example

White with #A52231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52231; }

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

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

background-color css

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

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

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

border-color css

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

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

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