Html Css Color HEX #AB2632 Guardsman Red

📋 copy color: '#AB2632'

red 171 ◦ green 38 ◦ blue 50

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

Shades of Guardsman Red #AB2632

Tints of Guardsman Red #AB2632

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.67%

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

R = 66.02%
G = 14.67%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AB2632 (or 0xAB2632) is known color: Guardsman Red. HEX triplet: AB, 26 and 32. RGB value is (171,38,50). Sum of RGB (Red+Green+Blue) = 171+38+50=259 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.02% from 259); Green value is 38 (15.23% from 255 or 14.67% from 259); Blue value is 50 (19.92% from 255 or 19.31% from 259); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2632 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2632 is #54D9CD. Grayscale: #4F4F4F. Windows color (decimal): -5560782 or 3286699. OLE color: 3286699.

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

Color convert

RGB 171 38 50 -
CMYK 0 0.78 0.71 0.33
HSL 354.59º 0.64% 0.41% -
HSV(B) 354.59º 0.78% 0.67% -
XYZ 18.06 10.27 4.05 -
YUV 79.14 111.56 193.52 -
System Red Green Blue C M Y K H S L
Decimal 171 38 50 0 0.78 0.71 0.33 354.59 0.64 0.41
Hex AB 26 32 0 4E 47 21 163 40 29
Octal 253 46 62 0 116 107 41 543 100 51
Binary 10101011 100110 110010 0 1001110 1000111 100001 101100011 1000000 101001

Color Harmonies of #AB2632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2632

Black with #AB2632

Text Example


Text Example

White with #AB2632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2632; }

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

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

background-color css

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

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

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

border-color css

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

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

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