#ab1d21

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

Shades of Guardsman Red #AB1D21

Tints of Guardsman Red #AB1D21

Color information

#AB1D21 (or 0xAB1D21) is unknown color: approx Guardsman Red. HEX triplet: AB, 1D and 21. RGB value is (171,29,33). Sum of RGB (Red+Green+Blue) = 171+29+33=233 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.39% from 233); Green value is 29 (11.72% from 255 or 12.45% from 233); Blue value is 33 (13.28% from 255 or 14.16% from 233); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1D21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB1D21 is #54E2DE. Grayscale: #484848. Windows color (decimal): -5563103 or 2170283. OLE color: 2170283.

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

Color convert

RGB1712933-
CMYK00.830.810.33
HSL358.31º71%39.22%-
HSV(B)358.31º83.04%67.06%-
XYZ17.519.652.38-
YUV71.91106.04198.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 73.39%
GREEN value IS 29 (11.72% from 255) = 12.45%
BLUE value IS 33 (13.28% from 255) = 14.16%
R=73.39%
G=12.45%
B=14.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171293300.830.810.33358.317139.22
HexAB1D2105351211664727
Octal253354101231214154610747
Binary10101011111011000010101001110100011000011011001101000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab1d21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab1d21; }

 p { color: rgb(171,29,33); }

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

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

 a { background-color: rgb(171,29,33); }

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

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

 span { border-color: rgb(171,29,33); }

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