Html Css Color HEX #AB313D Guardsman Red

📋 copy color: '#AB313D'

red 171 ◦ green 49 ◦ blue 61

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

Shades of Guardsman Red #AB313D

Tints of Guardsman Red #AB313D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.71%

R = 60.85%
G = 17.44%
B = 21.71%

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

#AB313D (or 0xAB313D) is known color: Guardsman Red. HEX triplet: AB, 31 and 3D. RGB value is (171,49,61). Sum of RGB (Red+Green+Blue) = 171+49+61=281 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.85% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 61 (24.22% from 255 or 21.71% from 281); Max value from RGB is 171 - color contains mainly: red. Hex color #AB313D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB313D is #54CEC2. Grayscale: #565656. Windows color (decimal): -5557955 or 4010411. OLE color: 4010411.

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

Color convert

RGB 171 49 61 -
CMYK 0 0.71 0.64 0.33
HSL 354.1º 0.55% 0.43% -
HSV(B) 354.1º 0.71% 0.67% -
XYZ 18.74 11.19 5.59 -
YUV 86.85 113.42 188.02 -
System Red Green Blue C M Y K H S L
Decimal 171 49 61 0 0.71 0.64 0.33 354.1 0.55 0.43
Hex AB 31 3D 0 47 40 21 162 37 2B
Octal 253 61 75 0 107 100 41 542 67 53
Binary 10101011 110001 111101 0 1000111 1000000 100001 101100010 110111 101011

Color Harmonies of #AB313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB313D

Black with #AB313D

Text Example


Text Example

White with #AB313D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB313D; }

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

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

background-color css

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

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

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

border-color css

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

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

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