#AB2224

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

Shades of Guardsman Red #AB2224

Tints of Guardsman Red #AB2224

Color information

#AB2224 (or 0xAB2224) is unknown color: approx Guardsman Red. HEX triplet: AB, 22 and 24. RGB value is (171,34,36). Sum of RGB (Red+Green+Blue) = 171+34+36=241 (31% of max value = 765). Red value is 171 (67.19% from 255 or 70.95% from 241); Green value is 34 (13.67% from 255 or 14.11% from 241); Blue value is 36 (14.45% from 255 or 14.94% from 241); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2224 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2224 is #54DDDB. Grayscale: #4B4B4B. Windows color (decimal): -5561820 or 2368171. OLE color: 2368171.

HSL color Cylindrical-coordinate representation of color #AB2224: hue angle of 359.12º degrees, saturation: 0.67, 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 #AB2224 is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.33.

Color convert

RGB1713436-
CMYK00.800.790.33
HSL359.12º66.83%40.2%-
HSV(B)359.12º80.12%67.06%-
XYZ17.699.932.65-
YUV75.19105.89196.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 70.95%
GREEN value IS 34 (13.67% from 255) = 14.11%
BLUE value IS 36 (14.45% from 255) = 14.94%
R=70.95%
G=14.11%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.79
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171343600.800.790.33359.1266.8340.2
HexAB22240504F211674328
Octal253424401201174154710350
Binary101010111000101001000101000010011111000011011001111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2224; }

 p { color: rgb(171,34,36); }

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

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

 a { background-color: rgb(171,34,36); }

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

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

 span { border-color: rgb(171,34,36); }

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