Html Css Color HEX #AB2B34 Guardsman Red

📋 copy color: '#AB2B34'

red 171 ◦ green 43 ◦ blue 52

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

Shades of Guardsman Red #AB2B34

Tints of Guardsman Red #AB2B34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.55%

R = 64.29%
G = 16.17%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AB2B34 (or 0xAB2B34) is known color: Guardsman Red. HEX triplet: AB, 2B and 34. RGB value is (171,43,52). Sum of RGB (Red+Green+Blue) = 171+43+52=266 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.29% from 266); Green value is 43 (17.19% from 255 or 16.17% from 266); Blue value is 52 (20.70% from 255 or 19.55% from 266); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2B34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2B34 is #54D4CB. Grayscale: #525252. Windows color (decimal): -5559500 or 3419051. OLE color: 3419051.

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

Color convert

RGB 171 43 52 -
CMYK 0 0.75 0.70 0.33
HSL 355.78º 0.6% 0.42% -
HSV(B) 355.78º 0.75% 0.67% -
XYZ 18.28 10.63 4.34 -
YUV 82.3 110.91 191.27 -
System Red Green Blue C M Y K H S L
Decimal 171 43 52 0 0.75 0.70 0.33 355.78 0.6 0.42
Hex AB 2B 34 0 4B 46 21 164 3C 2A
Octal 253 53 64 0 113 106 41 544 74 52
Binary 10101011 101011 110100 0 1001011 1000110 100001 101100100 111100 101010

Color Harmonies of #AB2B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2B34

Black with #AB2B34

Text Example


Text Example

White with #AB2B34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2B34; }

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

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

background-color css

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

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

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

border-color css

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

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

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