Html Css Color HEX #AB292D Guardsman Red

📋 copy color: '#AB292D'

red 171 ◦ green 41 ◦ blue 45

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

Shades of Guardsman Red #AB292D

Tints of Guardsman Red #AB292D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.51%

R = 66.54%
G = 15.95%
B = 17.51%

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

#AB292D (or 0xAB292D) is known color: Guardsman Red. HEX triplet: AB, 29 and 2D. RGB value is (171,41,45). Sum of RGB (Red+Green+Blue) = 171+41+45=257 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.54% from 257); Green value is 41 (16.41% from 255 or 15.95% from 257); Blue value is 45 (17.97% from 255 or 17.51% from 257); Max value from RGB is 171 - color contains mainly: red. Hex color #AB292D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB292D is #54D6D2. Grayscale: #505050. Windows color (decimal): -5560019 or 2959787. OLE color: 2959787.

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

Color convert

RGB 171 41 45 -
CMYK 0 0.76 0.74 0.33
HSL 358.15º 0.61% 0.42% -
HSV(B) 358.15º 0.76% 0.67% -
XYZ 18.06 10.43 3.54 -
YUV 80.33 108.07 192.67 -
System Red Green Blue C M Y K H S L
Decimal 171 41 45 0 0.76 0.74 0.33 358.15 0.61 0.42
Hex AB 29 2D 0 4C 4A 21 166 3D 2A
Octal 253 51 55 0 114 112 41 546 75 52
Binary 10101011 101001 101101 0 1001100 1001010 100001 101100110 111101 101010

Color Harmonies of #AB292D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB292D

Black with #AB292D

Text Example


Text Example

White with #AB292D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB292D; }

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

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

background-color css

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

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

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

border-color css

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

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

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