Html Css Color HEX #A32329 Guardsman Red

📋 copy color: '#A32329'

red 163 ◦ green 35 ◦ blue 41

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

Shades of Guardsman Red #A32329

Tints of Guardsman Red #A32329

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.64%

 BLUE value IS 41 (16.41% from 255) = 17.15%

R = 68.2%
G = 14.64%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A32329 (or 0xA32329) is known color: Guardsman Red. HEX triplet: A3, 23 and 29. RGB value is (163,35,41). Sum of RGB (Red+Green+Blue) = 163+35+41=239 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.20% from 239); Green value is 35 (14.06% from 255 or 14.64% from 239); Blue value is 41 (16.41% from 255 or 17.15% from 239); Max value from RGB is 163 - color contains mainly: red. Hex color #A32329 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32329 is #5CDCD6. Grayscale: #4A4A4A. Windows color (decimal): -6085847 or 2696099. OLE color: 2696099.

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

Color convert

RGB 163 35 41 -
CMYK 0 0.79 0.75 0.36
HSL 357.19º 0.65% 0.39% -
HSV(B) 357.19º 0.79% 0.64% -
XYZ 16.11 9.15 3.01 -
YUV 73.96 109.41 191.51 -
System Red Green Blue C M Y K H S L
Decimal 163 35 41 0 0.79 0.75 0.36 357.19 0.65 0.39
Hex A3 23 29 0 4F 4B 24 165 41 27
Octal 243 43 51 0 117 113 44 545 101 47
Binary 10100011 100011 101001 0 1001111 1001011 100100 101100101 1000001 100111

Color Harmonies of #A32329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32329

Black with #A32329

Text Example


Text Example

White with #A32329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32329; }

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

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

background-color css

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

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

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

border-color css

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

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

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