Html Css Color HEX #A13740 Guardsman Red

📋 copy color: '#A13740'

red 161 ◦ green 55 ◦ blue 64

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

Shades of Guardsman Red #A13740

Tints of Guardsman Red #A13740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 22.86%

R = 57.5%
G = 19.64%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#A13740 (or 0xA13740) is known color: Guardsman Red. HEX triplet: A1, 37 and 40. RGB value is (161,55,64). Sum of RGB (Red+Green+Blue) = 161+55+64=280 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.5% from 280); Green value is 55 (21.88% from 255 or 19.64% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 161 - color contains mainly: red. Hex color #A13740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13740 is #5EC8BF. Grayscale: #575757. Windows color (decimal): -6211776 or 4208545. OLE color: 4208545.

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

Color convert

RGB 161 55 64 -
CMYK 0 0.66 0.60 0.37
HSL 354.91º 0.49% 0.42% -
HSV(B) 354.91º 0.66% 0.63% -
XYZ 16.99 10.68 6.02 -
YUV 87.72 114.62 180.27 -
System Red Green Blue C M Y K H S L
Decimal 161 55 64 0 0.66 0.60 0.37 354.91 0.49 0.42
Hex A1 37 40 0 42 3C 25 163 31 2A
Octal 241 67 100 0 102 74 45 543 61 52
Binary 10100001 110111 1000000 0 1000010 111100 100101 101100011 110001 101010

Color Harmonies of #A13740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13740

Black with #A13740

Text Example


Text Example

White with #A13740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13740; }

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

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

background-color css

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

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

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

border-color css

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

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

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