Html Css Color HEX #A13641 Guardsman Red

📋 copy color: '#A13641'

red 161 ◦ green 54 ◦ blue 65

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

Shades of Guardsman Red #A13641

Tints of Guardsman Red #A13641

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.29%

 BLUE value IS 65 (25.78% from 255) = 23.21%

R = 57.5%
G = 19.29%
B = 23.21%

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

#A13641 (or 0xA13641) is known color: Guardsman Red. HEX triplet: A1, 36 and 41. RGB value is (161,54,65). Sum of RGB (Red+Green+Blue) = 161+54+65=280 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.5% from 280); Green value is 54 (21.48% from 255 or 19.29% from 280); Blue value is 65 (25.78% from 255 or 23.21% from 280); Max value from RGB is 161 - color contains mainly: red. Hex color #A13641 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13641 is #5EC9BE. Grayscale: #575757. Windows color (decimal): -6212031 or 4273825. OLE color: 4273825.

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

Color convert

RGB 161 54 65 -
CMYK 0 0.66 0.60 0.37
HSL 353.83º 0.5% 0.42% -
HSV(B) 353.83º 0.66% 0.63% -
XYZ 16.97 10.6 6.15 -
YUV 87.25 115.45 180.61 -
System Red Green Blue C M Y K H S L
Decimal 161 54 65 0 0.66 0.60 0.37 353.83 0.5 0.42
Hex A1 36 41 0 42 3C 25 162 32 2A
Octal 241 66 101 0 102 74 45 542 62 52
Binary 10100001 110110 1000001 0 1000010 111100 100101 101100010 110010 101010

Color Harmonies of #A13641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13641

Black with #A13641

Text Example


Text Example

White with #A13641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13641; }

 p { color: rgb(161,54,65); }

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

background-color css

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

 a { background-color: rgb(161,54,65); }

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

border-color css

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

 span { border-color: rgb(161,54,65); }

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