Html Css Color HEX #A32937 Guardsman Red

📋 copy color: '#A32937'

red 163 ◦ green 41 ◦ blue 55

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

Shades of Guardsman Red #A32937

Tints of Guardsman Red #A32937

RGB

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

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

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

R = 62.93%
G = 15.83%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A32937 (or 0xA32937) is known color: Guardsman Red. HEX triplet: A3, 29 and 37. RGB value is (163,41,55). Sum of RGB (Red+Green+Blue) = 163+41+55=259 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.93% from 259); Green value is 41 (16.41% from 255 or 15.83% from 259); Blue value is 55 (21.88% from 255 or 21.24% from 259); Max value from RGB is 163 - color contains mainly: red. Hex color #A32937 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32937 is #5CD6C8. Grayscale: #4F4F4F. Windows color (decimal): -6084297 or 3615139. OLE color: 3615139.

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

Color convert

RGB 163 41 55 -
CMYK 0 0.75 0.66 0.36
HSL 353.11º 0.6% 0.4% -
HSV(B) 353.11º 0.75% 0.64% -
XYZ 16.59 9.65 4.6 -
YUV 79.07 114.42 187.86 -
System Red Green Blue C M Y K H S L
Decimal 163 41 55 0 0.75 0.66 0.36 353.11 0.6 0.4
Hex A3 29 37 0 4B 42 24 161 3C 28
Octal 243 51 67 0 113 102 44 541 74 50
Binary 10100011 101001 110111 0 1001011 1000010 100100 101100001 111100 101000

Color Harmonies of #A32937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32937

Black with #A32937

Text Example


Text Example

White with #A32937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32937; }

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

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

background-color css

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

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

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

border-color css

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

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

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