Html Css Color HEX #AB293C Guardsman Red

📋 copy color: '#AB293C'

red 171 ◦ green 41 ◦ blue 60

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

Shades of Guardsman Red #AB293C

Tints of Guardsman Red #AB293C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.06%

R = 62.87%
G = 15.07%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AB293C (or 0xAB293C) is known color: Guardsman Red. HEX triplet: AB, 29 and 3C. RGB value is (171,41,60). Sum of RGB (Red+Green+Blue) = 171+41+60=272 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.87% from 272); Green value is 41 (16.41% from 255 or 15.07% from 272); Blue value is 60 (23.83% from 255 or 22.06% from 272); Max value from RGB is 171 - color contains mainly: red. Hex color #AB293C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB293C is #54D6C3. Grayscale: #525252. Windows color (decimal): -5560004 or 3942827. OLE color: 3942827.

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

Color convert

RGB 171 41 60 -
CMYK 0 0.76 0.65 0.33
HSL 351.23º 0.61% 0.42% -
HSV(B) 351.23º 0.76% 0.67% -
XYZ 18.4 10.57 5.35 -
YUV 82.04 115.57 191.46 -
System Red Green Blue C M Y K H S L
Decimal 171 41 60 0 0.76 0.65 0.33 351.23 0.61 0.42
Hex AB 29 3C 0 4C 41 21 15F 3D 2A
Octal 253 51 74 0 114 101 41 537 75 52
Binary 10101011 101001 111100 0 1001100 1000001 100001 101011111 111101 101010

Color Harmonies of #AB293C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB293C

Black with #AB293C

Text Example


Text Example

White with #AB293C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB293C; }

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

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

background-color css

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

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

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

border-color css

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

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

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