#AB202B

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

Shades of Guardsman Red #AB202B

Tints of Guardsman Red #AB202B

Color information

#AB202B (or 0xAB202B) is unknown color: approx Guardsman Red. HEX triplet: AB, 20 and 2B. RGB value is (171,32,43). Sum of RGB (Red+Green+Blue) = 171+32+43=246 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.51% from 246); Green value is 32 (12.89% from 255 or 13.01% from 246); Blue value is 43 (17.19% from 255 or 17.48% from 246); Max value from RGB is 171 - color contains mainly: red. Hex color #AB202B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB202B is #54DFD4. Grayscale: #4A4A4A. Windows color (decimal): -5562325 or 2826411. OLE color: 2826411.

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

Color convert

RGB1713243-
CMYK00.810.750.33
HSL355.25º68.47%39.8%-
HSV(B)355.25º81.29%67.06%-
XYZ17.759.873.25-
YUV74.82110.05196.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 69.51%
GREEN value IS 32 (12.89% from 255) = 13.01%
BLUE value IS 43 (17.19% from 255) = 17.48%
R=69.51%
G=13.01%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171324300.810.750.33355.2568.4739.8
HexAB202B0514B211634428
Octal253405301211134154310450
Binary101010111000001010110101000110010111000011011000111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB202B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB202B; }

 p { color: rgb(171,32,43); }

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

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

 a { background-color: rgb(171,32,43); }

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

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

 span { border-color: rgb(171,32,43); }

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