#AB2A2D

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

Shades of Guardsman Red #AB2A2D

Tints of Guardsman Red #AB2A2D

Color information

#AB2A2D (or 0xAB2A2D) is unknown color: approx Guardsman Red. HEX triplet: AB, 2A and 2D. RGB value is (171,42,45). Sum of RGB (Red+Green+Blue) = 171+42+45=258 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.28% from 258); Green value is 42 (16.80% from 255 or 16.28% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2A2D is #54D5D2. Grayscale: #515151. Windows color (decimal): -5559763 or 2960043. OLE color: 2960043.

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

Color convert

RGB1714245-
CMYK00.750.740.33
HSL358.6º60.56%41.76%-
HSV(B)358.6º75.44%67.06%-
XYZ18.110.53.56-
YUV80.91107.74192.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 66.28%
GREEN value IS 42 (16.80% from 255) = 16.28%
BLUE value IS 45 (17.97% from 255) = 17.44%
R=66.28%
G=16.28%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171424500.750.740.33358.660.5641.76
HexAB2A2D04B4A211673d2a
Octal25352550113112415477552
Binary10101011101010101101010010111001010100001101100111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2A2D; }

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

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

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

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

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

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

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

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