Html Css Color HEX #A1373C Guardsman Red

📋 copy color: '#A1373C'

red 161 ◦ green 55 ◦ blue 60

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

Shades of Guardsman Red #A1373C

Tints of Guardsman Red #A1373C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.93%

 BLUE value IS 60 (23.83% from 255) = 21.74%

R = 58.33%
G = 19.93%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.63

 K value IS 0.37

RGB Variations

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

Color information

#A1373C (or 0xA1373C) is known color: Guardsman Red. HEX triplet: A1, 37 and 3C. RGB value is (161,55,60). Sum of RGB (Red+Green+Blue) = 161+55+60=276 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.33% from 276); Green value is 55 (21.88% from 255 or 19.93% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 161 - color contains mainly: red. Hex color #A1373C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1373C is #5EC8C3. Grayscale: #575757. Windows color (decimal): -6211780 or 3946401. OLE color: 3946401.

HSL color Cylindrical-coordinate representation of color #A1373C: hue angle of 357.17º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A1373C is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 55 60 -
CMYK 0 0.66 0.63 0.37
HSL 357.17º 0.49% 0.42% -
HSV(B) 357.17º 0.66% 0.63% -
XYZ 16.88 10.64 5.44 -
YUV 87.26 112.62 180.59 -
System Red Green Blue C M Y K H S L
Decimal 161 55 60 0 0.66 0.63 0.37 357.17 0.49 0.42
Hex A1 37 3C 0 42 3F 25 165 31 2A
Octal 241 67 74 0 102 77 45 545 61 52
Binary 10100001 110111 111100 0 1000010 111111 100101 101100101 110001 101010

Color Harmonies of #A1373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1373C

Black with #A1373C

Text Example


Text Example

White with #A1373C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1373C; }

 p { color: rgb(161,55,60); }

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

background-color css

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

 a { background-color: rgb(161,55,60); }

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

border-color css

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

 span { border-color: rgb(161,55,60); }

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