Html Css Color HEX #A12939 Guardsman Red

📋 copy color: '#A12939'

red 161 ◦ green 41 ◦ blue 57

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

Shades of Guardsman Red #A12939

Tints of Guardsman Red #A12939

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.83%

 BLUE value IS 57 (22.66% from 255) = 22.01%

R = 62.16%
G = 15.83%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#A12939 (or 0xA12939) is known color: Guardsman Red. HEX triplet: A1, 29 and 39. RGB value is (161,41,57). Sum of RGB (Red+Green+Blue) = 161+41+57=259 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.16% from 259); Green value is 41 (16.41% from 255 or 15.83% from 259); Blue value is 57 (22.66% from 255 or 22.01% from 259); Max value from RGB is 161 - color contains mainly: red. Hex color #A12939 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12939 is #5ED6C6. Grayscale: #4E4E4E. Windows color (decimal): -6215367 or 3746209. OLE color: 3746209.

HSL color Cylindrical-coordinate representation of color #A12939: hue angle of 352º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A12939 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 41 57 -
CMYK 0 0.75 0.65 0.37
HSL 352º 0.59% 0.4% -
HSV(B) 352º 0.75% 0.63% -
XYZ 16.23 9.46 4.84 -
YUV 78.7 115.76 186.7 -
System Red Green Blue C M Y K H S L
Decimal 161 41 57 0 0.75 0.65 0.37 352 0.59 0.4
Hex A1 29 39 0 4B 41 25 160 3B 28
Octal 241 51 71 0 113 101 45 540 73 50
Binary 10100001 101001 111001 0 1001011 1000001 100101 101100000 111011 101000

Color Harmonies of #A12939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12939

Black with #A12939

Text Example


Text Example

White with #A12939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12939; }

 p { color: rgb(161,41,57); }

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

background-color css

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

 a { background-color: rgb(161,41,57); }

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

border-color css

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

 span { border-color: rgb(161,41,57); }

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