Html Css Color HEX #AB1F29 Guardsman Red

📋 copy color: '#AB1F29'

red 171 ◦ green 31 ◦ blue 41

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

Shades of Guardsman Red #AB1F29

Tints of Guardsman Red #AB1F29

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.76%

 BLUE value IS 41 (16.41% from 255) = 16.87%

R = 70.37%
G = 12.76%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AB1F29 (or 0xAB1F29) is known color: Guardsman Red. HEX triplet: AB, 1F and 29. RGB value is (171,31,41). Sum of RGB (Red+Green+Blue) = 171+31+41=243 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.37% from 243); Green value is 31 (12.5% from 255 or 12.76% from 243); Blue value is 41 (16.41% from 255 or 16.87% from 243); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1F29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB1F29 is #54E0D6. Grayscale: #4A4A4A. Windows color (decimal): -5562583 or 2695083. OLE color: 2695083.

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

Color convert

RGB 171 31 41 -
CMYK 0 0.82 0.76 0.33
HSL 355.71º 0.69% 0.4% -
HSV(B) 355.71º 0.82% 0.67% -
XYZ 17.68 9.8 3.06 -
YUV 74 109.38 197.19 -
System Red Green Blue C M Y K H S L
Decimal 171 31 41 0 0.82 0.76 0.33 355.71 0.69 0.4
Hex AB 1F 29 0 52 4C 21 164 45 28
Octal 253 37 51 0 122 114 41 544 105 50
Binary 10101011 11111 101001 0 1010010 1001100 100001 101100100 1000101 101000

Color Harmonies of #AB1F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1F29

Black with #AB1F29

Text Example


Text Example

White with #AB1F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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