#AB2A39

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

Shades of Guardsman Red #AB2A39

Tints of Guardsman Red #AB2A39

Color information

#AB2A39 (or 0xAB2A39) is unknown color: approx Guardsman Red. HEX triplet: AB, 2A and 39. RGB value is (171,42,57). Sum of RGB (Red+Green+Blue) = 171+42+57=270 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.33% from 270); Green value is 42 (16.80% from 255 or 15.56% from 270); Blue value is 57 (22.66% from 255 or 21.11% from 270); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2A39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2A39 is #54D5C6. Grayscale: #525252. Windows color (decimal): -5559751 or 3746475. OLE color: 3746475.

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

Color convert

RGB1714257-
CMYK00.750.670.33
HSL353.02º60.56%41.76%-
HSV(B)353.02º75.44%67.06%-
XYZ18.3610.614.95-
YUV82.28113.74191.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 63.33%
GREEN value IS 42 (16.80% from 255) = 15.56%
BLUE value IS 57 (22.66% from 255) = 21.11%
R=63.33%
G=15.56%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171425700.750.670.33353.0260.5641.76
HexAB2A3904B43211613d2a
Octal25352710113103415417552
Binary10101011101010111001010010111000011100001101100001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2A39; }

 p { color: rgb(171,42,57); }

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

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

 a { background-color: rgb(171,42,57); }

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

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

 span { border-color: rgb(171,42,57); }

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