Html Css Color HEX #AB2932 Guardsman Red

📋 copy color: '#AB2932'

red 171 ◦ green 41 ◦ blue 50

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

Shades of Guardsman Red #AB2932

Tints of Guardsman Red #AB2932

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.65%

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

R = 65.27%
G = 15.65%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AB2932 (or 0xAB2932) is known color: Guardsman Red. HEX triplet: AB, 29 and 32. RGB value is (171,41,50). Sum of RGB (Red+Green+Blue) = 171+41+50=262 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.27% from 262); Green value is 41 (16.41% from 255 or 15.65% from 262); Blue value is 50 (19.92% from 255 or 19.08% from 262); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2932 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2932 is #54D6CD. Grayscale: #505050. Windows color (decimal): -5560014 or 3287467. OLE color: 3287467.

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

Color convert

RGB 171 41 50 -
CMYK 0 0.76 0.71 0.33
HSL 355.85º 0.61% 0.42% -
HSV(B) 355.85º 0.76% 0.67% -
XYZ 18.16 10.47 4.08 -
YUV 80.9 110.57 192.27 -
System Red Green Blue C M Y K H S L
Decimal 171 41 50 0 0.76 0.71 0.33 355.85 0.61 0.42
Hex AB 29 32 0 4C 47 21 164 3D 2A
Octal 253 51 62 0 114 107 41 544 75 52
Binary 10101011 101001 110010 0 1001100 1000111 100001 101100100 111101 101010

Color Harmonies of #AB2932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2932

Black with #AB2932

Text Example


Text Example

White with #AB2932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2932; }

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

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

background-color css

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

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

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

border-color css

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

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

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