Html Css Color HEX #AB2232 Guardsman Red

📋 copy color: '#AB2232'

red 171 ◦ green 34 ◦ blue 50

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

Shades of Guardsman Red #AB2232

Tints of Guardsman Red #AB2232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.61%

R = 67.06%
G = 13.33%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AB2232 (or 0xAB2232) is known color: Guardsman Red. HEX triplet: AB, 22 and 32. RGB value is (171,34,50). Sum of RGB (Red+Green+Blue) = 171+34+50=255 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.06% from 255); Green value is 34 (13.67% from 255 or 13.33% from 255); Blue value is 50 (19.92% from 255 or 19.61% from 255); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2232 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2232 is #54DDCD. Grayscale: #4C4C4C. Windows color (decimal): -5561806 or 3285675. OLE color: 3285675.

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

Color convert

RGB 171 34 50 -
CMYK 0 0.80 0.71 0.33
HSL 352.99º 0.67% 0.4% -
HSV(B) 352.99º 0.8% 0.67% -
XYZ 17.94 10.03 4.01 -
YUV 76.79 112.89 195.2 -
System Red Green Blue C M Y K H S L
Decimal 171 34 50 0 0.80 0.71 0.33 352.99 0.67 0.4
Hex AB 22 32 0 50 47 21 161 43 28
Octal 253 42 62 0 120 107 41 541 103 50
Binary 10101011 100010 110010 0 1010000 1000111 100001 101100001 1000011 101000

Color Harmonies of #AB2232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2232

Black with #AB2232

Text Example


Text Example

White with #AB2232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2232; }

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

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

background-color css

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

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

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

border-color css

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

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

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