Html Css Color HEX #AB1C20 Guardsman Red

📋 copy color: '#AB1C20'

red 171 ◦ green 28 ◦ blue 32

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

Shades of Guardsman Red #AB1C20

Tints of Guardsman Red #AB1C20

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.12%

 BLUE value IS 32 (12.89% from 255) = 13.85%

R = 74.03%
G = 12.12%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AB1C20 (or 0xAB1C20) is known color: Guardsman Red. HEX triplet: AB, 1C and 20. RGB value is (171,28,32). Sum of RGB (Red+Green+Blue) = 171+28+32=231 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.03% from 231); Green value is 28 (11.33% from 255 or 12.12% from 231); Blue value is 32 (12.89% from 255 or 13.85% from 231); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1C20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB1C20 is #54E3DF. Grayscale: #474747. Windows color (decimal): -5563360 or 2104491. OLE color: 2104491.

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

Color convert

RGB 171 28 32 -
CMYK 0 0.84 0.81 0.33
HSL 358.32º 0.72% 0.39% -
HSV(B) 358.32º 0.84% 0.67% -
XYZ 17.47 9.59 2.3 -
YUV 71.21 105.88 199.17 -
System Red Green Blue C M Y K H S L
Decimal 171 28 32 0 0.84 0.81 0.33 358.32 0.72 0.39
Hex AB 1C 20 0 54 51 21 166 48 27
Octal 253 34 40 0 124 121 41 546 110 47
Binary 10101011 11100 100000 0 1010100 1010001 100001 101100110 1001000 100111

Color Harmonies of #AB1C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1C20

Black with #AB1C20

Text Example


Text Example

White with #AB1C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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