Html Css Color HEX #A52439 Bright Red

📋 copy color: '#A52439'

red 165 ◦ green 36 ◦ blue 57

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

Shades of Bright Red #A52439

Tints of Bright Red #A52439

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 22.09%

R = 63.95%
G = 13.95%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A52439 (or 0xA52439) is known color: Bright Red. HEX triplet: A5, 24 and 39. RGB value is (165,36,57). Sum of RGB (Red+Green+Blue) = 165+36+57=258 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.95% from 258); Green value is 36 (14.45% from 255 or 13.95% from 258); Blue value is 57 (22.66% from 255 or 22.09% from 258); Max value from RGB is 165 - color contains mainly: red. Hex color #A52439 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52439 is #5ADBC6. Grayscale: #4D4D4D. Windows color (decimal): -5954503 or 3744933. OLE color: 3744933.

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

Color convert

RGB 165 36 57 -
CMYK 0 0.78 0.65 0.35
HSL 350.23º 0.64% 0.39% -
HSV(B) 350.23º 0.78% 0.65% -
XYZ 16.89 9.56 4.83 -
YUV 76.97 116.74 190.79 -
System Red Green Blue C M Y K H S L
Decimal 165 36 57 0 0.78 0.65 0.35 350.23 0.64 0.39
Hex A5 24 39 0 4E 41 23 15E 40 27
Octal 245 44 71 0 116 101 43 536 100 47
Binary 10100101 100100 111001 0 1001110 1000001 100011 101011110 1000000 100111

Color Harmonies of #A52439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52439

Black with #A52439

Text Example


Text Example

White with #A52439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52439; }

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

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

background-color css

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

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

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

border-color css

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

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

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