Html Css Color HEX #AB2831 Guardsman Red

📋 copy color: '#AB2831'

red 171 ◦ green 40 ◦ blue 49

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

Shades of Guardsman Red #AB2831

Tints of Guardsman Red #AB2831

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.38%

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

R = 65.77%
G = 15.38%
B = 18.85%

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

#AB2831 (or 0xAB2831) is known color: Guardsman Red. HEX triplet: AB, 28 and 31. RGB value is (171,40,49). Sum of RGB (Red+Green+Blue) = 171+40+49=260 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.77% from 260); Green value is 40 (16.02% from 255 or 15.38% from 260); Blue value is 49 (19.53% from 255 or 18.85% from 260); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2831 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2831 is #54D7CE. Grayscale: #505050. Windows color (decimal): -5560271 or 3221675. OLE color: 3221675.

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

Color convert

RGB 171 40 49 -
CMYK 0 0.77 0.71 0.33
HSL 355.88º 0.62% 0.41% -
HSV(B) 355.88º 0.77% 0.67% -
XYZ 18.11 10.4 3.96 -
YUV 80.2 110.4 192.77 -
System Red Green Blue C M Y K H S L
Decimal 171 40 49 0 0.77 0.71 0.33 355.88 0.62 0.41
Hex AB 28 31 0 4D 47 21 164 3E 29
Octal 253 50 61 0 115 107 41 544 76 51
Binary 10101011 101000 110001 0 1001101 1000111 100001 101100100 111110 101001

Color Harmonies of #AB2831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2831

Black with #AB2831

Text Example


Text Example

White with #AB2831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2831; }

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

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

background-color css

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

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

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

border-color css

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

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

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