Html Css Color HEX #A52937 Guardsman Red

📋 copy color: '#A52937'

red 165 ◦ green 41 ◦ blue 55

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

Shades of Guardsman Red #A52937

Tints of Guardsman Red #A52937

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.71%

 BLUE value IS 55 (21.88% from 255) = 21.07%

R = 63.22%
G = 15.71%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A52937 (or 0xA52937) is known color: Guardsman Red. HEX triplet: A5, 29 and 37. RGB value is (165,41,55). Sum of RGB (Red+Green+Blue) = 165+41+55=261 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.22% from 261); Green value is 41 (16.41% from 255 or 15.71% from 261); Blue value is 55 (21.88% from 255 or 21.07% from 261); Max value from RGB is 165 - color contains mainly: red. Hex color #A52937 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52937 is #5AD6C8. Grayscale: #4F4F4F. Windows color (decimal): -5953225 or 3615141. OLE color: 3615141.

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

Color convert

RGB 165 41 55 -
CMYK 0 0.75 0.67 0.35
HSL 353.23º 0.6% 0.4% -
HSV(B) 353.23º 0.75% 0.65% -
XYZ 17 9.86 4.62 -
YUV 79.67 114.08 188.86 -
System Red Green Blue C M Y K H S L
Decimal 165 41 55 0 0.75 0.67 0.35 353.23 0.6 0.4
Hex A5 29 37 0 4B 43 23 161 3C 28
Octal 245 51 67 0 113 103 43 541 74 50
Binary 10100101 101001 110111 0 1001011 1000011 100011 101100001 111100 101000

Color Harmonies of #A52937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52937

Black with #A52937

Text Example


Text Example

White with #A52937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52937; }

 p { color: rgb(165,41,55); }

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

background-color css

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

 a { background-color: rgb(165,41,55); }

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

border-color css

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

 span { border-color: rgb(165,41,55); }

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