Html Css Color HEX #AB2E30 Guardsman Red

📋 copy color: '#AB2E30'

red 171 ◦ green 46 ◦ blue 48

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

Shades of Guardsman Red #AB2E30

Tints of Guardsman Red #AB2E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.11%

R = 64.53%
G = 17.36%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AB2E30 (or 0xAB2E30) is known color: Guardsman Red. HEX triplet: AB, 2E and 30. RGB value is (171,46,48). Sum of RGB (Red+Green+Blue) = 171+46+48=265 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.53% from 265); Green value is 46 (18.36% from 255 or 17.36% from 265); Blue value is 48 (19.14% from 255 or 18.11% from 265); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2E30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2E30 is #54D1CF. Grayscale: #535353. Windows color (decimal): -5558736 or 3157675. OLE color: 3157675.

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

Color convert

RGB 171 46 48 -
CMYK 0 0.73 0.72 0.33
HSL 359.04º 0.58% 0.43% -
HSV(B) 359.04º 0.73% 0.67% -
XYZ 18.31 10.83 3.92 -
YUV 83.6 107.91 190.34 -
System Red Green Blue C M Y K H S L
Decimal 171 46 48 0 0.73 0.72 0.33 359.04 0.58 0.43
Hex AB 2E 30 0 49 48 21 167 3A 2B
Octal 253 56 60 0 111 110 41 547 72 53
Binary 10101011 101110 110000 0 1001001 1001000 100001 101100111 111010 101011

Color Harmonies of #AB2E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2E30

Black with #AB2E30

Text Example


Text Example

White with #AB2E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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