#AB2930

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

Shades of Guardsman Red #AB2930

Tints of Guardsman Red #AB2930

Color information

#AB2930 (or 0xAB2930) is unknown color: approx Guardsman Red. HEX triplet: AB, 29 and 30. RGB value is (171,41,48). Sum of RGB (Red+Green+Blue) = 171+41+48=260 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.77% from 260); Green value is 41 (16.41% from 255 or 15.77% from 260); Blue value is 48 (19.14% from 255 or 18.46% from 260); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2930 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2930 is #54D6CF. Grayscale: #505050. Windows color (decimal): -5560016 or 3156395. OLE color: 3156395.

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

Color convert

RGB1714148-
CMYK00.760.720.33
HSL356.77º61.32%41.57%-
HSV(B)356.77º76.02%67.06%-
XYZ18.1210.463.86-
YUV80.67109.57192.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 65.77%
GREEN value IS 41 (16.41% from 255) = 15.77%
BLUE value IS 48 (19.14% from 255) = 18.46%
R=65.77%
G=15.77%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171414800.760.720.33356.7761.3241.57
HexAB293004C48211653d2a
Octal25351600114110415457552
Binary10101011101001110000010011001001000100001101100101111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2930; }

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

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

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

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

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

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

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

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