Html Css Color HEX #AB292C Guardsman Red

📋 copy color: '#AB292C'

red 171 ◦ green 41 ◦ blue 44

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

Shades of Guardsman Red #AB292C

Tints of Guardsman Red #AB292C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.19%

R = 66.8%
G = 16.02%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AB292C (or 0xAB292C) is known color: Guardsman Red. HEX triplet: AB, 29 and 2C. RGB value is (171,41,44). Sum of RGB (Red+Green+Blue) = 171+41+44=256 (33% of max value = 765). Red value is 171 (67.19% from 255 or 66.80% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 171 - color contains mainly: red. Hex color #AB292C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB292C is #54D6D3. Grayscale: #505050. Windows color (decimal): -5560020 or 2894251. OLE color: 2894251.

HSL color Cylindrical-coordinate representation of color #AB292C: hue angle of 358.62º 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 #AB292C is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 41 44 -
CMYK 0 0.76 0.74 0.33
HSL 358.62º 0.61% 0.42% -
HSV(B) 358.62º 0.76% 0.67% -
XYZ 18.04 10.43 3.44 -
YUV 80.21 107.57 192.76 -
System Red Green Blue C M Y K H S L
Decimal 171 41 44 0 0.76 0.74 0.33 358.62 0.61 0.42
Hex AB 29 2C 0 4C 4A 21 167 3D 2A
Octal 253 51 54 0 114 112 41 547 75 52
Binary 10101011 101001 101100 0 1001100 1001010 100001 101100111 111101 101010

Color Harmonies of #AB292C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB292C

Black with #AB292C

Text Example


Text Example

White with #AB292C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB292C; }

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

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

background-color css

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

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

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

border-color css

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

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

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