Html Css Color HEX #A52538 Bright Red

📋 copy color: '#A52538'

red 165 ◦ green 37 ◦ blue 56

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

Shades of Bright Red #A52538

Tints of Bright Red #A52538

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.34%

 BLUE value IS 56 (22.27% from 255) = 21.71%

R = 63.95%
G = 14.34%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.35

RGB Variations

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

Color information

#A52538 (or 0xA52538) is known color: Bright Red. HEX triplet: A5, 25 and 38. RGB value is (165,37,56). Sum of RGB (Red+Green+Blue) = 165+37+56=258 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.95% from 258); Green value is 37 (14.84% from 255 or 14.34% from 258); Blue value is 56 (22.27% from 255 or 21.71% from 258); Max value from RGB is 165 - color contains mainly: red. Hex color #A52538 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52538 is #5ADAC7. Grayscale: #4D4D4D. Windows color (decimal): -5954248 or 3679653. OLE color: 3679653.

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

Color convert

RGB 165 37 56 -
CMYK 0 0.78 0.66 0.35
HSL 351.09º 0.63% 0.4% -
HSV(B) 351.09º 0.78% 0.65% -
XYZ 16.89 9.61 4.71 -
YUV 77.44 115.91 190.46 -
System Red Green Blue C M Y K H S L
Decimal 165 37 56 0 0.78 0.66 0.35 351.09 0.63 0.4
Hex A5 25 38 0 4E 42 23 15F 3F 28
Octal 245 45 70 0 116 102 43 537 77 50
Binary 10100101 100101 111000 0 1001110 1000010 100011 101011111 111111 101000

Color Harmonies of #A52538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52538

Black with #A52538

Text Example


Text Example

White with #A52538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52538; }

 p { color: rgb(165,37,56); }

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

background-color css

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

 a { background-color: rgb(165,37,56); }

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

border-color css

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

 span { border-color: rgb(165,37,56); }

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