Html Css Color HEX #A52035 Bright Red

📋 copy color: '#A52035'

red 165 ◦ green 32 ◦ blue 53

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

Shades of Bright Red #A52035

Tints of Bright Red #A52035

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.8%

 BLUE value IS 53 (21.09% from 255) = 21.2%

R = 66%
G = 12.8%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A52035 (or 0xA52035) is known color: Bright Red. HEX triplet: A5, 20 and 35. RGB value is (165,32,53). Sum of RGB (Red+Green+Blue) = 165+32+53=250 (33% of max value = 765). Red value is 165 (64.84% from 255 or 66% from 250); Green value is 32 (12.89% from 255 or 12.8% from 250); Blue value is 53 (21.09% from 255 or 21.2% from 250); Max value from RGB is 165 - color contains mainly: red. Hex color #A52035 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52035 is #5ADFCA. Grayscale: #4A4A4A. Windows color (decimal): -5955531 or 3481765. OLE color: 3481765.

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

Color convert

RGB 165 32 53 -
CMYK 0 0.81 0.68 0.35
HSL 350.53º 0.68% 0.39% -
HSV(B) 350.53º 0.81% 0.65% -
XYZ 16.68 9.29 4.28 -
YUV 74.16 116.06 192.79 -
System Red Green Blue C M Y K H S L
Decimal 165 32 53 0 0.81 0.68 0.35 350.53 0.68 0.39
Hex A5 20 35 0 51 44 23 15F 44 27
Octal 245 40 65 0 121 104 43 537 104 47
Binary 10100101 100000 110101 0 1010001 1000100 100011 101011111 1000100 100111

Color Harmonies of #A52035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52035

Black with #A52035

Text Example


Text Example

White with #A52035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52035; }

 p { color: rgb(165,32,53); }

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

background-color css

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

 a { background-color: rgb(165,32,53); }

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

border-color css

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

 span { border-color: rgb(165,32,53); }

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