#AB3A3C

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

Shades of Guardsman Red #AB3A3C

Tints of Guardsman Red #AB3A3C

Color information

#AB3A3C (or 0xAB3A3C) is unknown color: approx Guardsman Red. HEX triplet: AB, 3A and 3C. RGB value is (171,58,60). Sum of RGB (Red+Green+Blue) = 171+58+60=289 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.17% from 289); Green value is 58 (23.05% from 255 or 20.07% from 289); Blue value is 60 (23.83% from 255 or 20.76% from 289); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3A3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3A3C is #54C5C3. Grayscale: #5C5C5C. Windows color (decimal): -5555652 or 3947179. OLE color: 3947179.

HSL color Cylindrical-coordinate representation of color #AB3A3C: hue angle of 358.94º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB3A3C is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB1715860-
CMYK00.660.650.33
HSL358.94º49.34%44.9%-
HSV(B)358.94º66.08%67.06%-
XYZ19.1212.015.59-
YUV92.02109.94184.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 59.17%
GREEN value IS 58 (23.05% from 255) = 20.07%
BLUE value IS 60 (23.83% from 255) = 20.76%
R=59.17%
G=20.07%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171586000.660.650.33358.9449.3444.9
HexAB3A3C0424121167312d
Octal25372740102101415476155
Binary10101011111010111100010000101000001100001101100111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3A3C; }

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

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

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

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

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

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

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

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