Html Css Color HEX #A12C40 Guardsman Red

📋 copy color: '#A12C40'

red 161 ◦ green 44 ◦ blue 64

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

Shades of Guardsman Red #A12C40

Tints of Guardsman Red #A12C40

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.36%

 BLUE value IS 64 (25.39% from 255) = 23.79%

R = 59.85%
G = 16.36%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#A12C40 (or 0xA12C40) is known color: Guardsman Red. HEX triplet: A1, 2C and 40. RGB value is (161,44,64). Sum of RGB (Red+Green+Blue) = 161+44+64=269 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.85% from 269); Green value is 44 (17.58% from 255 or 16.36% from 269); Blue value is 64 (25.39% from 255 or 23.79% from 269); Max value from RGB is 161 - color contains mainly: red. Hex color #A12C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12C40 is #5ED3BF. Grayscale: #515151. Windows color (decimal): -6214592 or 4205729. OLE color: 4205729.

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

Color convert

RGB 161 44 64 -
CMYK 0 0.73 0.60 0.37
HSL 349.74º 0.57% 0.4% -
HSV(B) 349.74º 0.73% 0.63% -
XYZ 16.52 9.75 5.86 -
YUV 81.26 118.26 184.87 -
System Red Green Blue C M Y K H S L
Decimal 161 44 64 0 0.73 0.60 0.37 349.74 0.57 0.4
Hex A1 2C 40 0 49 3C 25 15E 39 28
Octal 241 54 100 0 111 74 45 536 71 50
Binary 10100001 101100 1000000 0 1001001 111100 100101 101011110 111001 101000

Color Harmonies of #A12C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12C40

Black with #A12C40

Text Example


Text Example

White with #A12C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12C40; }

 p { color: rgb(161,44,64); }

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

background-color css

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

 a { background-color: rgb(161,44,64); }

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

border-color css

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

 span { border-color: rgb(161,44,64); }

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