Html Css Color HEX #AB1A20 Guardsman Red

📋 copy color: '#AB1A20'

red 171 ◦ green 26 ◦ blue 32

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

Shades of Guardsman Red #AB1A20

Tints of Guardsman Red #AB1A20

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.35%

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

R = 74.67%
G = 11.35%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AB1A20 (or 0xAB1A20) is known color: Guardsman Red. HEX triplet: AB, 1A and 20. RGB value is (171,26,32). Sum of RGB (Red+Green+Blue) = 171+26+32=229 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.67% from 229); Green value is 26 (10.55% from 255 or 11.35% from 229); Blue value is 32 (12.89% from 255 or 13.97% from 229); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB1A20 is #54E5DF. Grayscale: #464646. Windows color (decimal): -5563872 or 2103979. OLE color: 2103979.

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

Color convert

RGB 171 26 32 -
CMYK 0 0.85 0.81 0.33
HSL 357.52º 0.74% 0.39% -
HSV(B) 357.52º 0.85% 0.67% -
XYZ 17.42 9.5 2.28 -
YUV 70.04 106.54 200.01 -
System Red Green Blue C M Y K H S L
Decimal 171 26 32 0 0.85 0.81 0.33 357.52 0.74 0.39
Hex AB 1A 20 0 55 51 21 166 4A 27
Octal 253 32 40 0 125 121 41 546 112 47
Binary 10101011 11010 100000 0 1010101 1010001 100001 101100110 1001010 100111

Color Harmonies of #AB1A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1A20

Black with #AB1A20

Text Example


Text Example

White with #AB1A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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