Html Css Color HEX #AB2027 Guardsman Red

📋 copy color: '#AB2027'

red 171 ◦ green 32 ◦ blue 39

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

Shades of Guardsman Red #AB2027

Tints of Guardsman Red #AB2027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 16.12%

R = 70.66%
G = 13.22%
B = 16.12%

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

#AB2027 (or 0xAB2027) is known color: Guardsman Red. HEX triplet: AB, 20 and 27. RGB value is (171,32,39). Sum of RGB (Red+Green+Blue) = 171+32+39=242 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.66% from 242); Green value is 32 (12.89% from 255 or 13.22% from 242); Blue value is 39 (15.62% from 255 or 16.12% from 242); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2027 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2027 is #54DFD8. Grayscale: #4A4A4A. Windows color (decimal): -5562329 or 2564267. OLE color: 2564267.

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

Color convert

RGB 171 32 39 -
CMYK 0 0.81 0.77 0.33
HSL 356.98º 0.68% 0.4% -
HSV(B) 356.98º 0.81% 0.67% -
XYZ 17.68 9.84 2.89 -
YUV 74.36 108.05 196.93 -
System Red Green Blue C M Y K H S L
Decimal 171 32 39 0 0.81 0.77 0.33 356.98 0.68 0.4
Hex AB 20 27 0 51 4D 21 165 44 28
Octal 253 40 47 0 121 115 41 545 104 50
Binary 10101011 100000 100111 0 1010001 1001101 100001 101100101 1000100 101000

Color Harmonies of #AB2027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2027

Black with #AB2027

Text Example


Text Example

White with #AB2027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2027; }

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

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

background-color css

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

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

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

border-color css

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

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

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