Html Css Color HEX #AB2227 Guardsman Red

📋 copy color: '#AB2227'

red 171 ◦ green 34 ◦ blue 39

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

Shades of Guardsman Red #AB2227

Tints of Guardsman Red #AB2227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.98%

R = 70.08%
G = 13.93%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AB2227 (or 0xAB2227) is known color: Guardsman Red. HEX triplet: AB, 22 and 27. RGB value is (171,34,39). Sum of RGB (Red+Green+Blue) = 171+34+39=244 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.08% from 244); Green value is 34 (13.67% from 255 or 13.93% from 244); Blue value is 39 (15.62% from 255 or 15.98% from 244); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2227 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2227 is #54DDD8. Grayscale: #4B4B4B. Windows color (decimal): -5561817 or 2564779. OLE color: 2564779.

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

Color convert

RGB 171 34 39 -
CMYK 0 0.80 0.77 0.33
HSL 357.81º 0.67% 0.4% -
HSV(B) 357.81º 0.8% 0.67% -
XYZ 17.73 9.95 2.91 -
YUV 75.53 107.39 196.09 -
System Red Green Blue C M Y K H S L
Decimal 171 34 39 0 0.80 0.77 0.33 357.81 0.67 0.4
Hex AB 22 27 0 50 4D 21 166 43 28
Octal 253 42 47 0 120 115 41 546 103 50
Binary 10101011 100010 100111 0 1010000 1001101 100001 101100110 1000011 101000

Color Harmonies of #AB2227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2227

Black with #AB2227

Text Example


Text Example

White with #AB2227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2227; }

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

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

background-color css

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

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

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

border-color css

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

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

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