Html Css Color HEX #A32128 Guardsman Red

📋 copy color: '#A32128'

red 163 ◦ green 33 ◦ blue 40

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

Shades of Guardsman Red #A32128

Tints of Guardsman Red #A32128

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.98%

 BLUE value IS 40 (16.02% from 255) = 16.95%

R = 69.07%
G = 13.98%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A32128 (or 0xA32128) is known color: Guardsman Red. HEX triplet: A3, 21 and 28. RGB value is (163,33,40). Sum of RGB (Red+Green+Blue) = 163+33+40=236 (31% of max value = 765). Red value is 163 (64.06% from 255 or 69.07% from 236); Green value is 33 (13.28% from 255 or 13.98% from 236); Blue value is 40 (16.02% from 255 or 16.95% from 236); Max value from RGB is 163 - color contains mainly: red. Hex color #A32128 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32128 is #5CDED7. Grayscale: #484848. Windows color (decimal): -6086360 or 2630051. OLE color: 2630051.

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

Color convert

RGB 163 33 40 -
CMYK 0 0.80 0.75 0.36
HSL 356.77º 0.66% 0.38% -
HSV(B) 356.77º 0.8% 0.64% -
XYZ 16.03 9.03 2.91 -
YUV 72.67 109.57 192.43 -
System Red Green Blue C M Y K H S L
Decimal 163 33 40 0 0.80 0.75 0.36 356.77 0.66 0.38
Hex A3 21 28 0 50 4B 24 165 42 26
Octal 243 41 50 0 120 113 44 545 102 46
Binary 10100011 100001 101000 0 1010000 1001011 100100 101100101 1000010 100110

Color Harmonies of #A32128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32128

Black with #A32128

Text Example


Text Example

White with #A32128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32128; }

 p { color: rgb(163,33,40); }

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

background-color css

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

 a { background-color: rgb(163,33,40); }

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

border-color css

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

 span { border-color: rgb(163,33,40); }

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