#AB2A2E

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

Shades of Guardsman Red #AB2A2E

Tints of Guardsman Red #AB2A2E

Color information

#AB2A2E (or 0xAB2A2E) is unknown color: approx Guardsman Red. HEX triplet: AB, 2A and 2E. RGB value is (171,42,46). Sum of RGB (Red+Green+Blue) = 171+42+46=259 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.02% from 259); Green value is 42 (16.80% from 255 or 16.22% from 259); Blue value is 46 (18.36% from 255 or 17.76% from 259); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2A2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2A2E is #54D5D1. Grayscale: #515151. Windows color (decimal): -5559762 or 3025579. OLE color: 3025579.

HSL color Cylindrical-coordinate representation of color #AB2A2E: hue angle of 358.14º 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 #AB2A2E is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB1714246-
CMYK00.750.730.33
HSL358.14º60.56%41.76%-
HSV(B)358.14º75.44%67.06%-
XYZ18.1210.513.66-
YUV81.03108.24192.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 66.02%
GREEN value IS 42 (16.80% from 255) = 16.22%
BLUE value IS 46 (18.36% from 255) = 17.76%
R=66.02%
G=16.22%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171424600.750.730.33358.1460.5641.76
HexAB2A2E04B49211663d2a
Octal25352560113111415467552
Binary10101011101010101110010010111001001100001101100110111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2A2E; }

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

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

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

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

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

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

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

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