#ab2028

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

Shades of Guardsman Red #AB2028

Tints of Guardsman Red #AB2028

Color information

#AB2028 (or 0xAB2028) is unknown color: approx Guardsman Red. HEX triplet: AB, 20 and 28. RGB value is (171,32,40). Sum of RGB (Red+Green+Blue) = 171+32+40=243 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.37% from 243); Green value is 32 (12.89% from 255 or 13.17% from 243); Blue value is 40 (16.02% from 255 or 16.46% from 243); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2028 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2028 is #54DFD7. Grayscale: #4A4A4A. Windows color (decimal): -5562328 or 2629803. OLE color: 2629803.

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

Color convert

RGB1713240-
CMYK00.810.770.33
HSL356.55º68.47%39.8%-
HSV(B)356.55º81.29%67.06%-
XYZ17.699.842.98-
YUV74.47108.55196.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 70.37%
GREEN value IS 32 (12.89% from 255) = 13.17%
BLUE value IS 40 (16.02% from 255) = 16.46%
R=70.37%
G=13.17%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171324000.810.770.33356.5568.4739.8
HexAB20280514D211654428
Octal253405001211154154510450
Binary101010111000001010000101000110011011000011011001011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab2028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab2028; }

 p { color: rgb(171,32,40); }

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

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

 a { background-color: rgb(171,32,40); }

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

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

 span { border-color: rgb(171,32,40); }

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