Html Css Color HEX #AB2224 Guardsman Red

📋 copy color: '#AB2224'

red 171 ◦ green 34 ◦ blue 36

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

Shades of Guardsman Red #AB2224

Tints of Guardsman Red #AB2224

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.11%

 BLUE value IS 36 (14.45% from 255) = 14.94%

R = 70.95%
G = 14.11%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AB2224 (or 0xAB2224) is known color: Guardsman Red. HEX triplet: AB, 22 and 24. RGB value is (171,34,36). Sum of RGB (Red+Green+Blue) = 171+34+36=241 (31% of max value = 765). Red value is 171 (67.19% from 255 or 70.95% from 241); Green value is 34 (13.67% from 255 or 14.11% from 241); Blue value is 36 (14.45% from 255 or 14.94% from 241); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2224 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2224 is #54DDDB. Grayscale: #4B4B4B. Windows color (decimal): -5561820 or 2368171. OLE color: 2368171.

HSL color Cylindrical-coordinate representation of color #AB2224: hue angle of 359.12º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB2224 is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 34 36 -
CMYK 0 0.80 0.79 0.33
HSL 359.12º 0.67% 0.4% -
HSV(B) 359.12º 0.8% 0.67% -
XYZ 17.69 9.93 2.65 -
YUV 75.19 105.89 196.34 -
System Red Green Blue C M Y K H S L
Decimal 171 34 36 0 0.80 0.79 0.33 359.12 0.67 0.4
Hex AB 22 24 0 50 4F 21 167 43 28
Octal 253 42 44 0 120 117 41 547 103 50
Binary 10101011 100010 100100 0 1010000 1001111 100001 101100111 1000011 101000

Color Harmonies of #AB2224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2224

Black with #AB2224

Text Example


Text Example

White with #AB2224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2224; }

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

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

background-color css

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

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

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

border-color css

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

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

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