Html Css Color HEX #AB313E Guardsman Red

📋 copy color: '#AB313E'

red 171 ◦ green 49 ◦ blue 62

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

Shades of Guardsman Red #AB313E

Tints of Guardsman Red #AB313E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.38%

 BLUE value IS 62 (24.61% from 255) = 21.99%

R = 60.64%
G = 17.38%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AB313E (or 0xAB313E) is known color: Guardsman Red. HEX triplet: AB, 31 and 3E. RGB value is (171,49,62). Sum of RGB (Red+Green+Blue) = 171+49+62=282 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.64% from 282); Green value is 49 (19.53% from 255 or 17.38% from 282); Blue value is 62 (24.61% from 255 or 21.99% from 282); Max value from RGB is 171 - color contains mainly: red. Hex color #AB313E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB313E is #54CEC1. Grayscale: #575757. Windows color (decimal): -5557954 or 4075947. OLE color: 4075947.

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

Color convert

RGB 171 49 62 -
CMYK 0 0.71 0.64 0.33
HSL 353.61º 0.55% 0.43% -
HSV(B) 353.61º 0.71% 0.67% -
XYZ 18.76 11.2 5.73 -
YUV 86.96 113.92 187.94 -
System Red Green Blue C M Y K H S L
Decimal 171 49 62 0 0.71 0.64 0.33 353.61 0.55 0.43
Hex AB 31 3E 0 47 40 21 162 37 2B
Octal 253 61 76 0 107 100 41 542 67 53
Binary 10101011 110001 111110 0 1000111 1000000 100001 101100010 110111 101011

Color Harmonies of #AB313E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB313E

Black with #AB313E

Text Example


Text Example

White with #AB313E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB313E; }

 p { color: rgb(171,49,62); }

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

background-color css

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

 a { background-color: rgb(171,49,62); }

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

border-color css

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

 span { border-color: rgb(171,49,62); }

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