#AB3539

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

Shades of Guardsman Red #AB3539

Tints of Guardsman Red #AB3539

Color information

#AB3539 (or 0xAB3539) is unknown color: approx Guardsman Red. HEX triplet: AB, 35 and 39. RGB value is (171,53,57). Sum of RGB (Red+Green+Blue) = 171+53+57=281 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.85% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 57 (22.66% from 255 or 20.28% from 281); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3539 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3539 is #54CAC6. Grayscale: #585858. Windows color (decimal): -5556935 or 3749291. OLE color: 3749291.

HSL color Cylindrical-coordinate representation of color #AB3539: hue angle of 357.97º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB3539 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB1715357-
CMYK00.690.670.33
HSL357.97º52.68%43.92%-
HSV(B)357.97º69.01%67.06%-
XYZ18.8111.55.1-
YUV88.74110.09186.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 60.85%
GREEN value IS 53 (21.09% from 255) = 18.86%
BLUE value IS 57 (22.66% from 255) = 20.28%
R=60.85%
G=18.86%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171535700.690.670.33357.9752.6843.92
HexAB35390454321166352c
Octal25365710105103415466554
Binary10101011110101111001010001011000011100001101100110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3539; }

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

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

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

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

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

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

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

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