Html Css Color HEX #AB2E2F Guardsman Red

📋 copy color: '#AB2E2F'

red 171 ◦ green 46 ◦ blue 47

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

Shades of Guardsman Red #AB2E2F

Tints of Guardsman Red #AB2E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.8%

R = 64.77%
G = 17.42%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AB2E2F (or 0xAB2E2F) is known color: Guardsman Red. HEX triplet: AB, 2E and 2F. RGB value is (171,46,47). Sum of RGB (Red+Green+Blue) = 171+46+47=264 (34% of max value = 765). Red value is 171 (67.19% from 255 or 64.77% from 264); Green value is 46 (18.36% from 255 or 17.42% from 264); Blue value is 47 (18.75% from 255 or 17.80% from 264); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2E2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2E2F is #54D1D0. Grayscale: #535353. Windows color (decimal): -5558737 or 3092139. OLE color: 3092139.

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

Color convert

RGB 171 46 47 -
CMYK 0 0.73 0.73 0.33
HSL 359.52º 0.58% 0.43% -
HSV(B) 359.52º 0.73% 0.67% -
XYZ 18.28 10.82 3.81 -
YUV 83.49 107.41 190.42 -
System Red Green Blue C M Y K H S L
Decimal 171 46 47 0 0.73 0.73 0.33 359.52 0.58 0.43
Hex AB 2E 2F 0 49 49 21 168 3A 2B
Octal 253 56 57 0 111 111 41 550 72 53
Binary 10101011 101110 101111 0 1001001 1001001 100001 101101000 111010 101011

Color Harmonies of #AB2E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2E2F

Black with #AB2E2F

Text Example


Text Example

White with #AB2E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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