Html Css Color HEX #A32737 Guardsman Red

📋 copy color: '#A32737'

red 163 ◦ green 39 ◦ blue 55

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

Shades of Guardsman Red #A32737

Tints of Guardsman Red #A32737

RGB

 RED value IS 163 (64.06% from 255) = 63.42%

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

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

R = 63.42%
G = 15.18%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A32737 (or 0xA32737) is known color: Guardsman Red. HEX triplet: A3, 27 and 37. RGB value is (163,39,55). Sum of RGB (Red+Green+Blue) = 163+39+55=257 (34% of max value = 765). Red value is 163 (64.06% from 255 or 63.42% from 257); Green value is 39 (15.62% from 255 or 15.18% from 257); Blue value is 55 (21.88% from 255 or 21.40% from 257); Max value from RGB is 163 - color contains mainly: red. Hex color #A32737 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32737 is #5CD8C8. Grayscale: #4D4D4D. Windows color (decimal): -6084809 or 3614627. OLE color: 3614627.

HSL color Cylindrical-coordinate representation of color #A32737: hue angle of 352.26º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A32737 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 39 55 -
CMYK 0 0.76 0.66 0.36
HSL 352.26º 0.61% 0.4% -
HSV(B) 352.26º 0.76% 0.64% -
XYZ 16.52 9.51 4.58 -
YUV 77.9 115.08 188.7 -
System Red Green Blue C M Y K H S L
Decimal 163 39 55 0 0.76 0.66 0.36 352.26 0.61 0.4
Hex A3 27 37 0 4C 42 24 160 3D 28
Octal 243 47 67 0 114 102 44 540 75 50
Binary 10100011 100111 110111 0 1001100 1000010 100100 101100000 111101 101000

Color Harmonies of #A32737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32737

Black with #A32737

Text Example


Text Example

White with #A32737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32737; }

 p { color: rgb(163,39,55); }

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

background-color css

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

 a { background-color: rgb(163,39,55); }

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

border-color css

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

 span { border-color: rgb(163,39,55); }

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