Html Css Color HEX #AB222B Guardsman Red

📋 copy color: '#AB222B'

red 171 ◦ green 34 ◦ blue 43

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

Shades of Guardsman Red #AB222B

Tints of Guardsman Red #AB222B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.34%

R = 68.95%
G = 13.71%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AB222B (or 0xAB222B) is known color: Guardsman Red. HEX triplet: AB, 22 and 2B. RGB value is (171,34,43). Sum of RGB (Red+Green+Blue) = 171+34+43=248 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.95% from 248); Green value is 34 (13.67% from 255 or 13.71% from 248); Blue value is 43 (17.19% from 255 or 17.34% from 248); Max value from RGB is 171 - color contains mainly: red. Hex color #AB222B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB222B is #54DDD4. Grayscale: #4C4C4C. Windows color (decimal): -5561813 or 2826923. OLE color: 2826923.

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

Color convert

RGB 171 34 43 -
CMYK 0 0.80 0.75 0.33
HSL 356.06º 0.67% 0.4% -
HSV(B) 356.06º 0.8% 0.67% -
XYZ 17.8 9.98 3.27 -
YUV 75.99 109.39 195.77 -
System Red Green Blue C M Y K H S L
Decimal 171 34 43 0 0.80 0.75 0.33 356.06 0.67 0.4
Hex AB 22 2B 0 50 4B 21 164 43 28
Octal 253 42 53 0 120 113 41 544 103 50
Binary 10101011 100010 101011 0 1010000 1001011 100001 101100100 1000011 101000

Color Harmonies of #AB222B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB222B

Black with #AB222B

Text Example


Text Example

White with #AB222B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB222B; }

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

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

background-color css

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

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

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

border-color css

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

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

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