#AB2C32

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

Shades of Guardsman Red #AB2C32

Tints of Guardsman Red #AB2C32

Color information

#AB2C32 (or 0xAB2C32) is unknown color: approx Guardsman Red. HEX triplet: AB, 2C and 32. RGB value is (171,44,50). Sum of RGB (Red+Green+Blue) = 171+44+50=265 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.53% from 265); Green value is 44 (17.58% from 255 or 16.60% from 265); Blue value is 50 (19.92% from 255 or 18.87% from 265); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2C32 is #54D3CD. Grayscale: #525252. Windows color (decimal): -5559246 or 3288235. OLE color: 3288235.

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

Color convert

RGB1714450-
CMYK00.740.710.33
HSL357.17º59.07%42.16%-
HSV(B)357.17º74.27%67.06%-
XYZ18.2710.694.12-
YUV82.66109.58191.01-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 64.53%
GREEN value IS 44 (17.58% from 255) = 16.60%
BLUE value IS 50 (19.92% from 255) = 18.87%
R=64.53%
G=16.60%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171445000.740.710.33357.1759.0742.16
HexAB2C3204A47211653b2a
Octal25354620112107415457352
Binary10101011101100110010010010101000111100001101100101111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2C32; }

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

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

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

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

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

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

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

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