Html Css Color HEX #AB2029 Guardsman Red

📋 copy color: '#AB2029'

red 171 ◦ green 32 ◦ blue 41

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

Shades of Guardsman Red #AB2029

Tints of Guardsman Red #AB2029

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.11%

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

R = 70.08%
G = 13.11%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AB2029 (or 0xAB2029) is known color: Guardsman Red. HEX triplet: AB, 20 and 29. RGB value is (171,32,41). Sum of RGB (Red+Green+Blue) = 171+32+41=244 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.08% from 244); Green value is 32 (12.89% from 255 or 13.11% from 244); Blue value is 41 (16.41% from 255 or 16.80% from 244); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2029 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2029 is #54DFD6. Grayscale: #4A4A4A. Windows color (decimal): -5562327 or 2695339. OLE color: 2695339.

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

Color convert

RGB 171 32 41 -
CMYK 0 0.81 0.76 0.33
HSL 356.12º 0.68% 0.4% -
HSV(B) 356.12º 0.81% 0.67% -
XYZ 17.71 9.85 3.07 -
YUV 74.59 109.05 196.77 -
System Red Green Blue C M Y K H S L
Decimal 171 32 41 0 0.81 0.76 0.33 356.12 0.68 0.4
Hex AB 20 29 0 51 4C 21 164 44 28
Octal 253 40 51 0 121 114 41 544 104 50
Binary 10101011 100000 101001 0 1010001 1001100 100001 101100100 1000100 101000

Color Harmonies of #AB2029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2029

Black with #AB2029

Text Example


Text Example

White with #AB2029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2029; }

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

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

background-color css

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

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

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

border-color css

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

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

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