Html Css Color HEX #A52438 Bright Red

📋 copy color: '#A52438'

red 165 ◦ green 36 ◦ blue 56

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

Shades of Bright Red #A52438

Tints of Bright Red #A52438

RGB

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

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

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

R = 64.2%
G = 14.01%
B = 21.79%

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

#A52438 (or 0xA52438) is known color: Bright Red. HEX triplet: A5, 24 and 38. RGB value is (165,36,56). Sum of RGB (Red+Green+Blue) = 165+36+56=257 (34% of max value = 765). Red value is 165 (64.84% from 255 or 64.20% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 56 (22.27% from 255 or 21.79% from 257); Max value from RGB is 165 - color contains mainly: red. Hex color #A52438 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52438 is #5ADBC7. Grayscale: #4C4C4C. Windows color (decimal): -5954504 or 3679397. OLE color: 3679397.

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

Color convert

RGB 165 36 56 -
CMYK 0 0.78 0.66 0.35
HSL 350.7º 0.64% 0.39% -
HSV(B) 350.7º 0.78% 0.65% -
XYZ 16.86 9.55 4.7 -
YUV 76.85 116.24 190.87 -
System Red Green Blue C M Y K H S L
Decimal 165 36 56 0 0.78 0.66 0.35 350.7 0.64 0.39
Hex A5 24 38 0 4E 42 23 15F 40 27
Octal 245 44 70 0 116 102 43 537 100 47
Binary 10100101 100100 111000 0 1001110 1000010 100011 101011111 1000000 100111

Color Harmonies of #A52438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52438

Black with #A52438

Text Example


Text Example

White with #A52438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52438; }

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

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

background-color css

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

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

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

border-color css

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

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

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