Html Css Color HEX #A32B40 Guardsman Red

📋 copy color: '#A32B40'

red 163 ◦ green 43 ◦ blue 64

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

Shades of Guardsman Red #A32B40

Tints of Guardsman Red #A32B40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.7%

R = 60.37%
G = 15.93%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A32B40 (or 0xA32B40) is known color: Guardsman Red. HEX triplet: A3, 2B and 40. RGB value is (163,43,64). Sum of RGB (Red+Green+Blue) = 163+43+64=270 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.37% from 270); Green value is 43 (17.19% from 255 or 15.93% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 163 - color contains mainly: red. Hex color #A32B40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32B40 is #5CD4BF. Grayscale: #515151. Windows color (decimal): -6083776 or 4205475. OLE color: 4205475.

HSL color Cylindrical-coordinate representation of color #A32B40: hue angle of 349.5º 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 #A32B40 is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 43 64 -
CMYK 0 0.74 0.61 0.36
HSL 349.5º 0.58% 0.4% -
HSV(B) 349.5º 0.74% 0.64% -
XYZ 16.89 9.88 5.87 -
YUV 81.27 118.26 186.29 -
System Red Green Blue C M Y K H S L
Decimal 163 43 64 0 0.74 0.61 0.36 349.5 0.58 0.4
Hex A3 2B 40 0 4A 3D 24 15E 3A 28
Octal 243 53 100 0 112 75 44 536 72 50
Binary 10100011 101011 1000000 0 1001010 111101 100100 101011110 111010 101000

Color Harmonies of #A32B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32B40

Black with #A32B40

Text Example


Text Example

White with #A32B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32B40; }

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

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

background-color css

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

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

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

border-color css

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

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

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