Html Css Color HEX #A1343E Guardsman Red

📋 copy color: '#A1343E'

red 161 ◦ green 52 ◦ blue 62

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

Shades of Guardsman Red #A1343E

Tints of Guardsman Red #A1343E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.91%

 BLUE value IS 62 (24.61% from 255) = 22.55%

R = 58.55%
G = 18.91%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#A1343E (or 0xA1343E) is known color: Guardsman Red. HEX triplet: A1, 34 and 3E. RGB value is (161,52,62). Sum of RGB (Red+Green+Blue) = 161+52+62=275 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.55% from 275); Green value is 52 (20.70% from 255 or 18.91% from 275); Blue value is 62 (24.61% from 255 or 22.55% from 275); Max value from RGB is 161 - color contains mainly: red. Hex color #A1343E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1343E is #5ECBC1. Grayscale: #555555. Windows color (decimal): -6212546 or 4076705. OLE color: 4076705.

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

Color convert

RGB 161 52 62 -
CMYK 0 0.68 0.61 0.37
HSL 354.5º 0.51% 0.42% -
HSV(B) 354.5º 0.68% 0.63% -
XYZ 16.8 10.38 5.68 -
YUV 85.73 114.61 181.69 -
System Red Green Blue C M Y K H S L
Decimal 161 52 62 0 0.68 0.61 0.37 354.5 0.51 0.42
Hex A1 34 3E 0 44 3D 25 162 33 2A
Octal 241 64 76 0 104 75 45 542 63 52
Binary 10100001 110100 111110 0 1000100 111101 100101 101100010 110011 101010

Color Harmonies of #A1343E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1343E

Black with #A1343E

Text Example


Text Example

White with #A1343E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1343E; }

 p { color: rgb(161,52,62); }

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

background-color css

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

 a { background-color: rgb(161,52,62); }

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

border-color css

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

 span { border-color: rgb(161,52,62); }

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