#AB3639

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

Shades of Guardsman Red #AB3639

Tints of Guardsman Red #AB3639

Color information

#AB3639 (or 0xAB3639) is unknown color: approx Guardsman Red. HEX triplet: AB, 36 and 39. RGB value is (171,54,57). Sum of RGB (Red+Green+Blue) = 171+54+57=282 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.64% from 282); Green value is 54 (21.48% from 255 or 19.15% from 282); Blue value is 57 (22.66% from 255 or 20.21% from 282); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3639 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3639 is #54C9C6. Grayscale: #595959. Windows color (decimal): -5556679 or 3749547. OLE color: 3749547.

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

Color convert

RGB1715457-
CMYK00.680.670.33
HSL358.46º52%44.12%-
HSV(B)358.46º68.42%67.06%-
XYZ18.8511.595.11-
YUV89.32109.76186.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 60.64%
GREEN value IS 54 (21.48% from 255) = 19.15%
BLUE value IS 57 (22.66% from 255) = 20.21%
R=60.64%
G=19.15%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171545700.680.670.33358.465244.12
HexAB36390444321166342c
Octal25366710104103415466454
Binary10101011110110111001010001001000011100001101100110110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3639; }

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

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

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

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

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

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

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

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