Html Css Color HEX #AB323B Guardsman Red

📋 copy color: '#AB323B'

red 171 ◦ green 50 ◦ blue 59

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

Shades of Guardsman Red #AB323B

Tints of Guardsman Red #AB323B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.86%

 BLUE value IS 59 (23.44% from 255) = 21.07%

R = 61.07%
G = 17.86%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AB323B (or 0xAB323B) is known color: Guardsman Red. HEX triplet: AB, 32 and 3B. RGB value is (171,50,59). Sum of RGB (Red+Green+Blue) = 171+50+59=280 (37% of max value = 765). Red value is 171 (67.19% from 255 or 61.07% from 280); Green value is 50 (19.92% from 255 or 17.86% from 280); Blue value is 59 (23.44% from 255 or 21.07% from 280); Max value from RGB is 171 - color contains mainly: red. Hex color #AB323B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB323B is #54CDC4. Grayscale: #575757. Windows color (decimal): -5557701 or 3879595. OLE color: 3879595.

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

Color convert

RGB 171 50 59 -
CMYK 0 0.71 0.65 0.33
HSL 355.54º 0.55% 0.43% -
HSV(B) 355.54º 0.71% 0.67% -
XYZ 18.72 11.25 5.32 -
YUV 87.21 112.09 187.77 -
System Red Green Blue C M Y K H S L
Decimal 171 50 59 0 0.71 0.65 0.33 355.54 0.55 0.43
Hex AB 32 3B 0 47 41 21 164 37 2B
Octal 253 62 73 0 107 101 41 544 67 53
Binary 10101011 110010 111011 0 1000111 1000001 100001 101100100 110111 101011

Color Harmonies of #AB323B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB323B

Black with #AB323B

Text Example


Text Example

White with #AB323B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB323B; }

 p { color: rgb(171,50,59); }

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

background-color css

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

 a { background-color: rgb(171,50,59); }

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

border-color css

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

 span { border-color: rgb(171,50,59); }

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