#AB2932

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

Shades of Guardsman Red #AB2932

Tints of Guardsman Red #AB2932

Color information

#AB2932 (or 0xAB2932) is unknown color: approx Guardsman Red. HEX triplet: AB, 29 and 32. RGB value is (171,41,50). Sum of RGB (Red+Green+Blue) = 171+41+50=262 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.27% from 262); Green value is 41 (16.41% from 255 or 15.65% from 262); Blue value is 50 (19.92% from 255 or 19.08% from 262); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2932 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2932 is #54D6CD. Grayscale: #505050. Windows color (decimal): -5560014 or 3287467. OLE color: 3287467.

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

Color convert

RGB1714150-
CMYK00.760.710.33
HSL355.85º61.32%41.57%-
HSV(B)355.85º76.02%67.06%-
XYZ18.1610.474.08-
YUV80.9110.57192.27-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 65.27%
GREEN value IS 41 (16.41% from 255) = 15.65%
BLUE value IS 50 (19.92% from 255) = 19.08%
R=65.27%
G=15.65%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171415000.760.710.33355.8561.3241.57
HexAB293204C47211643d2a
Octal25351620114107415447552
Binary10101011101001110010010011001000111100001101100100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2932; }

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

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

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

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

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

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

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

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