#AB2A36

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

Shades of Guardsman Red #AB2A36

Tints of Guardsman Red #AB2A36

Color information

#AB2A36 (or 0xAB2A36) is unknown color: approx Guardsman Red. HEX triplet: AB, 2A and 36. RGB value is (171,42,54). Sum of RGB (Red+Green+Blue) = 171+42+54=267 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.04% from 267); Green value is 42 (16.80% from 255 or 15.73% from 267); Blue value is 54 (21.48% from 255 or 20.22% from 267); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2A36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2A36 is #54D5C9. Grayscale: #525252. Windows color (decimal): -5559754 or 3549867. OLE color: 3549867.

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

Color convert

RGB1714254-
CMYK00.750.680.33
HSL354.42º60.56%41.76%-
HSV(B)354.42º75.44%67.06%-
XYZ18.2910.584.57-
YUV81.94112.24191.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 64.04%
GREEN value IS 42 (16.80% from 255) = 15.73%
BLUE value IS 54 (21.48% from 255) = 20.22%
R=64.04%
G=15.73%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171425400.750.680.33354.4260.5641.76
HexAB2A3604B44211623d2a
Octal25352660113104415427552
Binary10101011101010110110010010111000100100001101100010111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2A36; }

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

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

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

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

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

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

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

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