Html Css Color HEX #A32B37 Guardsman Red

📋 copy color: '#A32B37'

red 163 ◦ green 43 ◦ blue 55

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

Shades of Guardsman Red #A32B37

Tints of Guardsman Red #A32B37

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.48%

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

R = 62.45%
G = 16.48%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A32B37 (or 0xA32B37) is known color: Guardsman Red. HEX triplet: A3, 2B and 37. RGB value is (163,43,55). Sum of RGB (Red+Green+Blue) = 163+43+55=261 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.45% from 261); Green value is 43 (17.19% from 255 or 16.48% from 261); Blue value is 55 (21.88% from 255 or 21.07% from 261); Max value from RGB is 163 - color contains mainly: red. Hex color #A32B37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32B37 is #5CD4C8. Grayscale: #505050. Windows color (decimal): -6083785 or 3615651. OLE color: 3615651.

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

Color convert

RGB 163 43 55 -
CMYK 0 0.74 0.66 0.36
HSL 354º 0.58% 0.4% -
HSV(B) 354º 0.74% 0.64% -
XYZ 16.66 9.79 4.63 -
YUV 80.25 113.76 187.02 -
System Red Green Blue C M Y K H S L
Decimal 163 43 55 0 0.74 0.66 0.36 354 0.58 0.4
Hex A3 2B 37 0 4A 42 24 162 3A 28
Octal 243 53 67 0 112 102 44 542 72 50
Binary 10100011 101011 110111 0 1001010 1000010 100100 101100010 111010 101000

Color Harmonies of #A32B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32B37

Black with #A32B37

Text Example


Text Example

White with #A32B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32B37; }

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

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

background-color css

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

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

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

border-color css

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

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

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