#AB2024

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

Shades of Guardsman Red #AB2024

Tints of Guardsman Red #AB2024

Color information

#AB2024 (or 0xAB2024) is unknown color: approx Guardsman Red. HEX triplet: AB, 20 and 24. RGB value is (171,32,36). Sum of RGB (Red+Green+Blue) = 171+32+36=239 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.55% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 36 (14.45% from 255 or 15.06% from 239); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2024 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2024 is #54DFDB. Grayscale: #4A4A4A. Windows color (decimal): -5562332 or 2367659. OLE color: 2367659.

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

Color convert

RGB1713236-
CMYK00.810.790.33
HSL358.27º68.47%39.8%-
HSV(B)358.27º81.29%67.06%-
XYZ17.639.822.64-
YUV74.02106.55197.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 71.55%
GREEN value IS 32 (12.89% from 255) = 13.39%
BLUE value IS 36 (14.45% from 255) = 15.06%
R=71.55%
G=13.39%
B=15.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.79
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171323600.810.790.33358.2768.4739.8
HexAB20240514F211664428
Octal253404401211174154610450
Binary101010111000001001000101000110011111000011011001101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2024; }

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

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

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

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

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

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

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

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