Html Css Color HEX #AB2B2C Guardsman Red

📋 copy color: '#AB2B2C'

red 171 ◦ green 43 ◦ blue 44

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

Shades of Guardsman Red #AB2B2C

Tints of Guardsman Red #AB2B2C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.67%

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

R = 66.28%
G = 16.67%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AB2B2C (or 0xAB2B2C) is known color: Guardsman Red. HEX triplet: AB, 2B and 2C. RGB value is (171,43,44). Sum of RGB (Red+Green+Blue) = 171+43+44=258 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.28% from 258); Green value is 43 (17.19% from 255 or 16.67% from 258); Blue value is 44 (17.58% from 255 or 17.05% from 258); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2B2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2B2C is #54D4D3. Grayscale: #515151. Windows color (decimal): -5559508 or 2894763. OLE color: 2894763.

HSL color Cylindrical-coordinate representation of color #AB2B2C: hue angle of 359.53º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB2B2C is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 43 44 -
CMYK 0 0.75 0.74 0.33
HSL 359.53º 0.6% 0.42% -
HSV(B) 359.53º 0.75% 0.67% -
XYZ 18.11 10.57 3.47 -
YUV 81.39 106.91 191.92 -
System Red Green Blue C M Y K H S L
Decimal 171 43 44 0 0.75 0.74 0.33 359.53 0.6 0.42
Hex AB 2B 2C 0 4B 4A 21 168 3C 2A
Octal 253 53 54 0 113 112 41 550 74 52
Binary 10101011 101011 101100 0 1001011 1001010 100001 101101000 111100 101010

Color Harmonies of #AB2B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2B2C

Black with #AB2B2C

Text Example


Text Example

White with #AB2B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2B2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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