Html Css Color HEX #A32839 Guardsman Red

📋 copy color: '#A32839'

red 163 ◦ green 40 ◦ blue 57

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

Shades of Guardsman Red #A32839

Tints of Guardsman Red #A32839

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.38%

 BLUE value IS 57 (22.66% from 255) = 21.92%

R = 62.69%
G = 15.38%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A32839 (or 0xA32839) is known color: Guardsman Red. HEX triplet: A3, 28 and 39. RGB value is (163,40,57). Sum of RGB (Red+Green+Blue) = 163+40+57=260 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.69% from 260); Green value is 40 (16.02% from 255 or 15.38% from 260); Blue value is 57 (22.66% from 255 or 21.92% from 260); Max value from RGB is 163 - color contains mainly: red. Hex color #A32839 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32839 is #5CD7C6. Grayscale: #4E4E4E. Windows color (decimal): -6084551 or 3745955. OLE color: 3745955.

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

Color convert

RGB 163 40 57 -
CMYK 0 0.75 0.65 0.36
HSL 351.71º 0.61% 0.4% -
HSV(B) 351.71º 0.75% 0.64% -
XYZ 16.6 9.6 4.85 -
YUV 78.72 115.75 188.12 -
System Red Green Blue C M Y K H S L
Decimal 163 40 57 0 0.75 0.65 0.36 351.71 0.61 0.4
Hex A3 28 39 0 4B 41 24 160 3D 28
Octal 243 50 71 0 113 101 44 540 75 50
Binary 10100011 101000 111001 0 1001011 1000001 100100 101100000 111101 101000

Color Harmonies of #A32839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32839

Black with #A32839

Text Example


Text Example

White with #A32839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32839; }

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

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

background-color css

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

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

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

border-color css

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

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

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