Html Css Color HEX #A52732 Guardsman Red

📋 copy color: '#A52732'

red 165 ◦ green 39 ◦ blue 50

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

Shades of Guardsman Red #A52732

Tints of Guardsman Red #A52732

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.35%

 BLUE value IS 50 (19.92% from 255) = 19.69%

R = 64.96%
G = 15.35%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A52732 (or 0xA52732) is known color: Guardsman Red. HEX triplet: A5, 27 and 32. RGB value is (165,39,50). Sum of RGB (Red+Green+Blue) = 165+39+50=254 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.96% from 254); Green value is 39 (15.62% from 255 or 15.35% from 254); Blue value is 50 (19.92% from 255 or 19.69% from 254); Max value from RGB is 165 - color contains mainly: red. Hex color #A52732 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52732 is #5AD8CD. Grayscale: #4E4E4E. Windows color (decimal): -5953742 or 3286949. OLE color: 3286949.

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

Color convert

RGB 165 39 50 -
CMYK 0 0.76 0.70 0.35
HSL 354.76º 0.62% 0.4% -
HSV(B) 354.76º 0.76% 0.65% -
XYZ 16.82 9.68 4 -
YUV 77.93 112.24 190.11 -
System Red Green Blue C M Y K H S L
Decimal 165 39 50 0 0.76 0.70 0.35 354.76 0.62 0.4
Hex A5 27 32 0 4C 46 23 163 3E 28
Octal 245 47 62 0 114 106 43 543 76 50
Binary 10100101 100111 110010 0 1001100 1000110 100011 101100011 111110 101000

Color Harmonies of #A52732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52732

Black with #A52732

Text Example


Text Example

White with #A52732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52732; }

 p { color: rgb(165,39,50); }

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

background-color css

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

 a { background-color: rgb(165,39,50); }

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

border-color css

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

 span { border-color: rgb(165,39,50); }

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