#AB292A

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

Shades of Guardsman Red #AB292A

Tints of Guardsman Red #AB292A

Color information

#AB292A (or 0xAB292A) is unknown color: approx Guardsman Red. HEX triplet: AB, 29 and 2A. RGB value is (171,41,42). Sum of RGB (Red+Green+Blue) = 171+41+42=254 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.32% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 42 (16.80% from 255 or 16.54% from 254); Max value from RGB is 171 - color contains mainly: red. Hex color #AB292A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB292A is #54D6D5. Grayscale: #505050. Windows color (decimal): -5560022 or 2763179. OLE color: 2763179.

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

Color convert

RGB1714142-
CMYK00.760.750.33
HSL359.54º61.32%41.57%-
HSV(B)359.54º76.02%67.06%-
XYZ18.0110.413.25-
YUV79.98106.57192.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 67.32%
GREEN value IS 41 (16.41% from 255) = 16.14%
BLUE value IS 42 (16.80% from 255) = 16.54%
R=67.32%
G=16.14%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171414200.760.750.33359.5461.3241.57
HexAB292A04C4B211683d2a
Octal25351520114113415507552
Binary10101011101001101010010011001001011100001101101000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB292A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB292A; }

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

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

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

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

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

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

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

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