Html Css Color HEX #AB2022 Guardsman Red

📋 copy color: '#AB2022'

red 171 ◦ green 32 ◦ blue 34

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

Shades of Guardsman Red #AB2022

Tints of Guardsman Red #AB2022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 14.35%

R = 72.15%
G = 13.5%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AB2022 (or 0xAB2022) is known color: Guardsman Red. HEX triplet: AB, 20 and 22. RGB value is (171,32,34). Sum of RGB (Red+Green+Blue) = 171+32+34=237 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.15% from 237); Green value is 32 (12.89% from 255 or 13.50% from 237); Blue value is 34 (13.67% from 255 or 14.35% from 237); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2022 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2022 is #54DFDD. Grayscale: #494949. Windows color (decimal): -5562334 or 2236587. OLE color: 2236587.

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

Color convert

RGB 171 32 34 -
CMYK 0 0.81 0.80 0.33
HSL 359.14º 0.68% 0.4% -
HSV(B) 359.14º 0.81% 0.67% -
XYZ 17.6 9.81 2.48 -
YUV 73.79 105.55 197.34 -
System Red Green Blue C M Y K H S L
Decimal 171 32 34 0 0.81 0.80 0.33 359.14 0.68 0.4
Hex AB 20 22 0 51 50 21 167 44 28
Octal 253 40 42 0 121 120 41 547 104 50
Binary 10101011 100000 100010 0 1010001 1010000 100001 101100111 1000100 101000

Color Harmonies of #AB2022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2022

Black with #AB2022

Text Example


Text Example

White with #AB2022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2022; }

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

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

background-color css

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

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

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

border-color css

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

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

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