Html Css Color HEX #A52239 Bright Red

📋 copy color: '#A52239'

red 165 ◦ green 34 ◦ blue 57

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

Shades of Bright Red #A52239

Tints of Bright Red #A52239

RGB

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

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

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

R = 64.45%
G = 13.28%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A52239 (or 0xA52239) is known color: Bright Red. HEX triplet: A5, 22 and 39. RGB value is (165,34,57). Sum of RGB (Red+Green+Blue) = 165+34+57=256 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.45% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 57 (22.66% from 255 or 22.27% from 256); Max value from RGB is 165 - color contains mainly: red. Hex color #A52239 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52239 is #5ADDC6. Grayscale: #4B4B4B. Windows color (decimal): -5955015 or 3744421. OLE color: 3744421.

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

Color convert

RGB 165 34 57 -
CMYK 0 0.79 0.65 0.35
HSL 349.47º 0.66% 0.39% -
HSV(B) 349.47º 0.79% 0.65% -
XYZ 16.83 9.44 4.81 -
YUV 75.79 117.4 191.63 -
System Red Green Blue C M Y K H S L
Decimal 165 34 57 0 0.79 0.65 0.35 349.47 0.66 0.39
Hex A5 22 39 0 4F 41 23 15D 42 27
Octal 245 42 71 0 117 101 43 535 102 47
Binary 10100101 100010 111001 0 1001111 1000001 100011 101011101 1000010 100111

Color Harmonies of #A52239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52239

Black with #A52239

Text Example


Text Example

White with #A52239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52239; }

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

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

background-color css

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

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

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

border-color css

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

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

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