#AB323A

Color #AB323A Guardsman Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Guardsman Red #AB323A

Tints of Guardsman Red #AB323A

Color information

#AB323A (or 0xAB323A) is unknown color: approx Guardsman Red. HEX triplet: AB, 32 and 3A. RGB value is (171,50,58). Sum of RGB (Red+Green+Blue) = 171+50+58=279 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.29% from 279); Green value is 50 (19.92% from 255 or 17.92% from 279); Blue value is 58 (23.05% from 255 or 20.79% from 279); Max value from RGB is 171 - color contains mainly: red. Hex color #AB323A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB323A is #54CDC5. Grayscale: #575757. Windows color (decimal): -5557702 or 3814059. OLE color: 3814059.

HSL color Cylindrical-coordinate representation of color #AB323A: hue angle of 356.03º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB323A is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB1715058-
CMYK00.710.660.33
HSL356.03º54.75%43.33%-
HSV(B)356.03º70.76%67.06%-
XYZ18.711.245.19-
YUV87.09111.59187.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 61.29%
GREEN value IS 50 (19.92% from 255) = 17.92%
BLUE value IS 58 (23.05% from 255) = 20.79%
R=61.29%
G=17.92%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171505800.710.660.33356.0354.7543.33
HexAB323A0474221164372b
Octal25362720107102415446753
Binary10101011110010111010010001111000010100001101100100110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB323A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB323A; }

 p { color: rgb(171,50,58); }

 H1.HeaderClassName
 {
   color: #AB323A;
 }
 .AnyTagClassName
 {
   color: #AB323A;
 }
</style>
background-color css

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

 a { background-color: rgb(171,50,58); }

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

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

 span { border-color: rgb(171,50,58); }

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