Html Css Color HEX #A13241 Guardsman Red

📋 copy color: '#A13241'

red 161 ◦ green 50 ◦ blue 65

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

Shades of Guardsman Red #A13241

Tints of Guardsman Red #A13241

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.12%

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

R = 58.33%
G = 18.12%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#A13241 (or 0xA13241) is known color: Guardsman Red. HEX triplet: A1, 32 and 41. RGB value is (161,50,65). Sum of RGB (Red+Green+Blue) = 161+50+65=276 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.33% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 161 - color contains mainly: red. Hex color #A13241 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13241 is #5ECDBE. Grayscale: #545454. Windows color (decimal): -6213055 or 4272801. OLE color: 4272801.

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

Color convert

RGB 161 50 65 -
CMYK 0 0.69 0.60 0.37
HSL 351.89º 0.53% 0.41% -
HSV(B) 351.89º 0.69% 0.63% -
XYZ 16.79 10.24 6.09 -
YUV 84.9 116.77 182.28 -
System Red Green Blue C M Y K H S L
Decimal 161 50 65 0 0.69 0.60 0.37 351.89 0.53 0.41
Hex A1 32 41 0 45 3C 25 160 35 29
Octal 241 62 101 0 105 74 45 540 65 51
Binary 10100001 110010 1000001 0 1000101 111100 100101 101100000 110101 101001

Color Harmonies of #A13241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13241

Black with #A13241

Text Example


Text Example

White with #A13241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13241; }

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

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

background-color css

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

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

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

border-color css

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

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

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