#AB2332

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

Shades of Guardsman Red #AB2332

Tints of Guardsman Red #AB2332

Color information

#AB2332 (or 0xAB2332) is unknown color: approx Guardsman Red. HEX triplet: AB, 23 and 32. RGB value is (171,35,50). Sum of RGB (Red+Green+Blue) = 171+35+50=256 (33% of max value = 765). Red value is 171 (67.19% from 255 or 66.80% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 50 (19.92% from 255 or 19.53% from 256); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2332 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2332 is #54DCCD. Grayscale: #4D4D4D. Windows color (decimal): -5561550 or 3285931. OLE color: 3285931.

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

Color convert

RGB1713550-
CMYK00.800.710.33
HSL353.38º66.02%40.39%-
HSV(B)353.38º79.53%67.06%-
XYZ17.9710.094.02-
YUV77.37112.56194.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 66.80%
GREEN value IS 35 (14.06% from 255) = 13.67%
BLUE value IS 50 (19.92% from 255) = 19.53%
R=66.80%
G=13.67%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171355000.800.710.33353.3866.0240.39
HexAB233205047211614228
Octal253436201201074154110250
Binary101010111000111100100101000010001111000011011000011000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2332; }

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

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

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

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

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

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

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

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