#AB343C

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

Shades of Guardsman Red #AB343C

Tints of Guardsman Red #AB343C

Color information

#AB343C (or 0xAB343C) is unknown color: approx Guardsman Red. HEX triplet: AB, 34 and 3C. RGB value is (171,52,60). Sum of RGB (Red+Green+Blue) = 171+52+60=283 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.42% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 171 - color contains mainly: red. Hex color #AB343C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB343C is #54CBC3. Grayscale: #585858. Windows color (decimal): -5557188 or 3945643. OLE color: 3945643.

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

Color convert

RGB1715260-
CMYK00.700.650.33
HSL355.97º53.36%43.73%-
HSV(B)355.97º69.59%67.06%-
XYZ18.8411.445.49-
YUV88.49111.92186.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 60.42%
GREEN value IS 52 (20.70% from 255) = 18.37%
BLUE value IS 60 (23.83% from 255) = 21.20%
R=60.42%
G=18.37%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171526000.700.650.33355.9753.3643.73
HexAB343C0464121164352c
Octal25364740106101415446554
Binary10101011110100111100010001101000001100001101100100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB343C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB343C; }

 p { color: rgb(171,52,60); }

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

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

 a { background-color: rgb(171,52,60); }

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

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

 span { border-color: rgb(171,52,60); }

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