#AB2D3B

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

Shades of Guardsman Red #AB2D3B

Tints of Guardsman Red #AB2D3B

Color information

#AB2D3B (or 0xAB2D3B) is unknown color: approx Guardsman Red. HEX triplet: AB, 2D and 3B. RGB value is (171,45,59). Sum of RGB (Red+Green+Blue) = 171+45+59=275 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.18% from 275); Green value is 45 (17.97% from 255 or 16.36% from 275); Blue value is 59 (23.44% from 255 or 21.45% from 275); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2D3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2D3B is #54D2C4. Grayscale: #545454. Windows color (decimal): -5558981 or 3878315. OLE color: 3878315.

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

Color convert

RGB1714559-
CMYK00.740.650.33
HSL353.33º58.33%42.35%-
HSV(B)353.33º73.68%67.06%-
XYZ18.5210.855.26-
YUV84.27113.74189.86-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 62.18%
GREEN value IS 45 (17.97% from 255) = 16.36%
BLUE value IS 59 (23.44% from 255) = 21.45%
R=62.18%
G=16.36%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171455900.740.650.33353.3358.3342.35
HexAB2D3B04A41211613a2a
Octal25355730112101415417252
Binary10101011101101111011010010101000001100001101100001111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2D3B; }

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

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

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

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

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

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

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

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