Html Css Color HEX #AB2731 Guardsman Red

📋 copy color: '#AB2731'

red 171 ◦ green 39 ◦ blue 49

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

Shades of Guardsman Red #AB2731

Tints of Guardsman Red #AB2731

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.06%

 BLUE value IS 49 (19.53% from 255) = 18.92%

R = 66.02%
G = 15.06%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AB2731 (or 0xAB2731) is known color: Guardsman Red. HEX triplet: AB, 27 and 31. RGB value is (171,39,49). Sum of RGB (Red+Green+Blue) = 171+39+49=259 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.02% from 259); Green value is 39 (15.62% from 255 or 15.06% from 259); Blue value is 49 (19.53% from 255 or 18.92% from 259); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2731 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2731 is #54D8CE. Grayscale: #4F4F4F. Windows color (decimal): -5560527 or 3221419. OLE color: 3221419.

HSL color Cylindrical-coordinate representation of color #AB2731: hue angle of 355.45º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB2731 is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 39 49 -
CMYK 0 0.77 0.71 0.33
HSL 355.45º 0.63% 0.41% -
HSV(B) 355.45º 0.77% 0.67% -
XYZ 18.07 10.33 3.95 -
YUV 79.61 110.73 193.19 -
System Red Green Blue C M Y K H S L
Decimal 171 39 49 0 0.77 0.71 0.33 355.45 0.63 0.41
Hex AB 27 31 0 4D 47 21 163 3F 29
Octal 253 47 61 0 115 107 41 543 77 51
Binary 10101011 100111 110001 0 1001101 1000111 100001 101100011 111111 101001

Color Harmonies of #AB2731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2731

Black with #AB2731

Text Example


Text Example

White with #AB2731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2731; }

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

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

background-color css

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

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

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

border-color css

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

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

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