Html Css Color HEX #A32636 Guardsman Red

📋 copy color: '#A32636'

red 163 ◦ green 38 ◦ blue 54

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

Shades of Guardsman Red #A32636

Tints of Guardsman Red #A32636

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.9%

 BLUE value IS 54 (21.48% from 255) = 21.18%

R = 63.92%
G = 14.9%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A32636 (or 0xA32636) is known color: Guardsman Red. HEX triplet: A3, 26 and 36. RGB value is (163,38,54). Sum of RGB (Red+Green+Blue) = 163+38+54=255 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.92% from 255); Green value is 38 (15.23% from 255 or 14.90% from 255); Blue value is 54 (21.48% from 255 or 21.18% from 255); Max value from RGB is 163 - color contains mainly: red. Hex color #A32636 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32636 is #5CD9C9. Grayscale: #4D4D4D. Windows color (decimal): -6085066 or 3548835. OLE color: 3548835.

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

Color convert

RGB 163 38 54 -
CMYK 0 0.77 0.67 0.36
HSL 352.32º 0.62% 0.39% -
HSV(B) 352.32º 0.77% 0.64% -
XYZ 16.46 9.44 4.44 -
YUV 77.2 114.91 189.2 -
System Red Green Blue C M Y K H S L
Decimal 163 38 54 0 0.77 0.67 0.36 352.32 0.62 0.39
Hex A3 26 36 0 4D 43 24 160 3E 27
Octal 243 46 66 0 115 103 44 540 76 47
Binary 10100011 100110 110110 0 1001101 1000011 100100 101100000 111110 100111

Color Harmonies of #A32636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32636

Black with #A32636

Text Example


Text Example

White with #A32636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32636; }

 p { color: rgb(163,38,54); }

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

background-color css

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

 a { background-color: rgb(163,38,54); }

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

border-color css

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

 span { border-color: rgb(163,38,54); }

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