Html Css Color HEX #AB2732 Guardsman Red

📋 copy color: '#AB2732'

red 171 ◦ green 39 ◦ blue 50

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

Shades of Guardsman Red #AB2732

Tints of Guardsman Red #AB2732

RGB

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

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

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

R = 65.77%
G = 15%
B = 19.23%

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

#AB2732 (or 0xAB2732) is known color: Guardsman Red. HEX triplet: AB, 27 and 32. RGB value is (171,39,50). Sum of RGB (Red+Green+Blue) = 171+39+50=260 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.77% from 260); Green value is 39 (15.62% from 255 or 15% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2732 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2732 is #54D8CD. Grayscale: #4F4F4F. Windows color (decimal): -5560526 or 3286955. OLE color: 3286955.

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

Color convert

RGB 171 39 50 -
CMYK 0 0.77 0.71 0.33
HSL 355º 0.63% 0.41% -
HSV(B) 355º 0.77% 0.67% -
XYZ 18.1 10.34 4.06 -
YUV 79.72 111.23 193.11 -
System Red Green Blue C M Y K H S L
Decimal 171 39 50 0 0.77 0.71 0.33 355 0.63 0.41
Hex AB 27 32 0 4D 47 21 163 3F 29
Octal 253 47 62 0 115 107 41 543 77 51
Binary 10101011 100111 110010 0 1001101 1000111 100001 101100011 111111 101001

Color Harmonies of #AB2732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2732

Black with #AB2732

Text Example


Text Example

White with #AB2732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2732; }

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

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

background-color css

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

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

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

border-color css

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

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

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