Html Css Color HEX #AB2E36 Guardsman Red

📋 copy color: '#AB2E36'

red 171 ◦ green 46 ◦ blue 54

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

Shades of Guardsman Red #AB2E36

Tints of Guardsman Red #AB2E36

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.97%

 BLUE value IS 54 (21.48% from 255) = 19.93%

R = 63.1%
G = 16.97%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AB2E36 (or 0xAB2E36) is known color: Guardsman Red. HEX triplet: AB, 2E and 36. RGB value is (171,46,54). Sum of RGB (Red+Green+Blue) = 171+46+54=271 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.10% from 271); Green value is 46 (18.36% from 255 or 16.97% from 271); Blue value is 54 (21.48% from 255 or 19.93% from 271); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2E36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2E36 is #54D1C9. Grayscale: #545454. Windows color (decimal): -5558730 or 3550891. OLE color: 3550891.

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

Color convert

RGB 171 46 54 -
CMYK 0 0.73 0.68 0.33
HSL 356.16º 0.58% 0.43% -
HSV(B) 356.16º 0.73% 0.67% -
XYZ 18.44 10.88 4.62 -
YUV 84.29 110.91 189.85 -
System Red Green Blue C M Y K H S L
Decimal 171 46 54 0 0.73 0.68 0.33 356.16 0.58 0.43
Hex AB 2E 36 0 49 44 21 164 3A 2B
Octal 253 56 66 0 111 104 41 544 72 53
Binary 10101011 101110 110110 0 1001001 1000100 100001 101100100 111010 101011

Color Harmonies of #AB2E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2E36

Black with #AB2E36

Text Example


Text Example

White with #AB2E36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2E36; }

 p { color: rgb(171,46,54); }

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

background-color css

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

 a { background-color: rgb(171,46,54); }

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

border-color css

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

 span { border-color: rgb(171,46,54); }

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