Html Css Color HEX #A1343A Guardsman Red

📋 copy color: '#A1343A'

red 161 ◦ green 52 ◦ blue 58

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

Shades of Guardsman Red #A1343A

Tints of Guardsman Red #A1343A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.4%

R = 59.41%
G = 19.19%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#A1343A (or 0xA1343A) is known color: Guardsman Red. HEX triplet: A1, 34 and 3A. RGB value is (161,52,58). Sum of RGB (Red+Green+Blue) = 161+52+58=271 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.41% from 271); Green value is 52 (20.70% from 255 or 19.19% from 271); Blue value is 58 (23.05% from 255 or 21.40% from 271); Max value from RGB is 161 - color contains mainly: red. Hex color #A1343A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1343A is #5ECBC5. Grayscale: #555555. Windows color (decimal): -6212550 or 3814561. OLE color: 3814561.

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

Color convert

RGB 161 52 58 -
CMYK 0 0.68 0.64 0.37
HSL 356.7º 0.51% 0.42% -
HSV(B) 356.7º 0.68% 0.63% -
XYZ 16.69 10.34 5.12 -
YUV 85.28 112.61 182.01 -
System Red Green Blue C M Y K H S L
Decimal 161 52 58 0 0.68 0.64 0.37 356.7 0.51 0.42
Hex A1 34 3A 0 44 40 25 165 33 2A
Octal 241 64 72 0 104 100 45 545 63 52
Binary 10100001 110100 111010 0 1000100 1000000 100101 101100101 110011 101010

Color Harmonies of #A1343A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1343A

Black with #A1343A

Text Example


Text Example

White with #A1343A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1343A; }

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

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

background-color css

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

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

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

border-color css

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

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

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