#AB3135

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

Shades of Guardsman Red #AB3135

Tints of Guardsman Red #AB3135

Color information

#AB3135 (or 0xAB3135) is unknown color: approx Guardsman Red. HEX triplet: AB, 31 and 35. RGB value is (171,49,53). Sum of RGB (Red+Green+Blue) = 171+49+53=273 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.64% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 53 (21.09% from 255 or 19.41% from 273); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3135 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3135 is #54CECA. Grayscale: #565656. Windows color (decimal): -5557963 or 3486123. OLE color: 3486123.

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

Color convert

RGB1714953-
CMYK00.710.690.33
HSL358.03º55.45%43.14%-
HSV(B)358.03º71.35%67.06%-
XYZ18.5411.114.54-
YUV85.93109.42188.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 62.64%
GREEN value IS 49 (19.53% from 255) = 17.95%
BLUE value IS 53 (21.09% from 255) = 19.41%
R=62.64%
G=17.95%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171495300.710.690.33358.0355.4543.14
HexAB31350474521166372b
Octal25361650107105415466753
Binary10101011110001110101010001111000101100001101100110110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3135; }

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

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

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

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

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

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

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

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