Html Css Color HEX #A1313D Guardsman Red

📋 copy color: '#A1313D'

red 161 ◦ green 49 ◦ blue 61

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

Shades of Guardsman Red #A1313D

Tints of Guardsman Red #A1313D

RGB

 RED value IS 161 (63.28% from 255) = 59.41%

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

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

R = 59.41%
G = 18.08%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#A1313D (or 0xA1313D) is known color: Guardsman Red. HEX triplet: A1, 31 and 3D. RGB value is (161,49,61). Sum of RGB (Red+Green+Blue) = 161+49+61=271 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.41% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 61 (24.22% from 255 or 22.51% from 271); Max value from RGB is 161 - color contains mainly: red. Hex color #A1313D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1313D is #5ECEC2. Grayscale: #535353. Windows color (decimal): -6213315 or 4010401. OLE color: 4010401.

HSL color Cylindrical-coordinate representation of color #A1313D: hue angle of 353.57º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A1313D is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 49 61 -
CMYK 0 0.70 0.62 0.37
HSL 353.57º 0.53% 0.41% -
HSV(B) 353.57º 0.7% 0.63% -
XYZ 16.64 10.11 5.49 -
YUV 83.86 115.11 183.02 -
System Red Green Blue C M Y K H S L
Decimal 161 49 61 0 0.70 0.62 0.37 353.57 0.53 0.41
Hex A1 31 3D 0 46 3E 25 162 35 29
Octal 241 61 75 0 106 76 45 542 65 51
Binary 10100001 110001 111101 0 1000110 111110 100101 101100010 110101 101001

Color Harmonies of #A1313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1313D

Black with #A1313D

Text Example


Text Example

White with #A1313D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1313D; }

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

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

background-color css

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

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

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

border-color css

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

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

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