Html Css Color HEX #AB2028 Guardsman Red

📋 copy color: '#AB2028'

red 171 ◦ green 32 ◦ blue 40

#AB2028
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Guardsman Red #AB2028

Tints of Guardsman Red #AB2028

RGB

 RED value IS 171 (67.19% from 255) = 70.37%

 GREEN value IS 32 (12.89% from 255) = 13.17%

 BLUE value IS 40 (16.02% from 255) = 16.46%

R = 70.37%
G = 13.17%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AB2028 (or 0xAB2028) is known color: Guardsman Red. HEX triplet: AB, 20 and 28. RGB value is (171,32,40). Sum of RGB (Red+Green+Blue) = 171+32+40=243 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.37% from 243); Green value is 32 (12.89% from 255 or 13.17% from 243); Blue value is 40 (16.02% from 255 or 16.46% from 243); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2028 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2028 is #54DFD7. Grayscale: #4A4A4A. Windows color (decimal): -5562328 or 2629803. OLE color: 2629803.

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

Color convert

RGB 171 32 40 -
CMYK 0 0.81 0.77 0.33
HSL 356.55º 0.68% 0.4% -
HSV(B) 356.55º 0.81% 0.67% -
XYZ 17.69 9.84 2.98 -
YUV 74.47 108.55 196.85 -
System Red Green Blue C M Y K H S L
Decimal 171 32 40 0 0.81 0.77 0.33 356.55 0.68 0.4
Hex AB 20 28 0 51 4D 21 165 44 28
Octal 253 40 50 0 121 115 41 545 104 50
Binary 10101011 100000 101000 0 1010001 1001101 100001 101100101 1000100 101000

Color Harmonies of #AB2028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2028

Black with #AB2028

Text Example


Text Example

White with #AB2028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2028; }

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

 H1.HeaderClassName
 {
   color: #AB2028;
 }
 .AnyTagClassName
 {
   color: #AB2028;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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