#AB2A2F

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

Shades of Guardsman Red #AB2A2F

Tints of Guardsman Red #AB2A2F

Color information

#AB2A2F (or 0xAB2A2F) is unknown color: approx Guardsman Red. HEX triplet: AB, 2A and 2F. RGB value is (171,42,47). Sum of RGB (Red+Green+Blue) = 171+42+47=260 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.77% from 260); Green value is 42 (16.80% from 255 or 16.15% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2A2F is #54D5D0. Grayscale: #515151. Windows color (decimal): -5559761 or 3091115. OLE color: 3091115.

HSL color Cylindrical-coordinate representation of color #AB2A2F: hue angle of 357.67º 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 #AB2A2F is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB1714247-
CMYK00.750.730.33
HSL357.67º60.56%41.76%-
HSV(B)357.67º75.44%67.06%-
XYZ18.1410.523.76-
YUV81.14108.74192.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 65.77%
GREEN value IS 42 (16.80% from 255) = 16.15%
BLUE value IS 47 (18.75% from 255) = 18.08%
R=65.77%
G=16.15%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171424700.750.730.33357.6760.5641.76
HexAB2A2F04B49211663d2a
Octal25352570113111415467552
Binary10101011101010101111010010111001001100001101100110111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2A2F; }

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

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

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

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

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

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

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

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