Html Css Color HEX #AB323A Guardsman Red

📋 copy color: '#AB323A'

red 171 ◦ green 50 ◦ blue 58

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

Shades of Guardsman Red #AB323A

Tints of Guardsman Red #AB323A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.79%

R = 61.29%
G = 17.92%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AB323A (or 0xAB323A) is known color: Guardsman Red. HEX triplet: AB, 32 and 3A. RGB value is (171,50,58). Sum of RGB (Red+Green+Blue) = 171+50+58=279 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.29% from 279); Green value is 50 (19.92% from 255 or 17.92% from 279); Blue value is 58 (23.05% from 255 or 20.79% from 279); Max value from RGB is 171 - color contains mainly: red. Hex color #AB323A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB323A is #54CDC5. Grayscale: #575757. Windows color (decimal): -5557702 or 3814059. OLE color: 3814059.

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

Color convert

RGB 171 50 58 -
CMYK 0 0.71 0.66 0.33
HSL 356.03º 0.55% 0.43% -
HSV(B) 356.03º 0.71% 0.67% -
XYZ 18.7 11.24 5.19 -
YUV 87.09 111.59 187.85 -
System Red Green Blue C M Y K H S L
Decimal 171 50 58 0 0.71 0.66 0.33 356.03 0.55 0.43
Hex AB 32 3A 0 47 42 21 164 37 2B
Octal 253 62 72 0 107 102 41 544 67 53
Binary 10101011 110010 111010 0 1000111 1000010 100001 101100100 110111 101011

Color Harmonies of #AB323A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB323A

Black with #AB323A

Text Example


Text Example

White with #AB323A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB323A; }

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

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

background-color css

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

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

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

border-color css

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

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

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