#AB3133

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

Shades of Guardsman Red #AB3133

Tints of Guardsman Red #AB3133

Color information

#AB3133 (or 0xAB3133) is unknown color: approx Guardsman Red. HEX triplet: AB, 31 and 33. RGB value is (171,49,51). Sum of RGB (Red+Green+Blue) = 171+49+51=271 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.10% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 51 (20.31% from 255 or 18.82% from 271); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3133 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3133 is #54CECC. Grayscale: #555555. Windows color (decimal): -5557965 or 3355051. OLE color: 3355051.

HSL color Cylindrical-coordinate representation of color #AB3133: hue angle of 359.02º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB3133 is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB1714951-
CMYK00.710.700.33
HSL359.02º55.45%43.14%-
HSV(B)359.02º71.35%67.06%-
XYZ18.4911.094.3-
YUV85.71108.42188.84-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 63.10%
GREEN value IS 49 (19.53% from 255) = 18.08%
BLUE value IS 51 (20.31% from 255) = 18.82%
R=63.10%
G=18.08%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171495100.710.700.33359.0255.4543.14
HexAB31330474621167372b
Octal25361630107106415476753
Binary10101011110001110011010001111000110100001101100111110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3133; }

 p { color: rgb(171,49,51); }

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

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

 a { background-color: rgb(171,49,51); }

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

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

 span { border-color: rgb(171,49,51); }

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