Html Css Color HEX #A12C36 Guardsman Red

📋 copy color: '#A12C36'

red 161 ◦ green 44 ◦ blue 54

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

Shades of Guardsman Red #A12C36

Tints of Guardsman Red #A12C36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 20.85%

R = 62.16%
G = 16.99%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A12C36 (or 0xA12C36) is known color: Guardsman Red. HEX triplet: A1, 2C and 36. RGB value is (161,44,54). Sum of RGB (Red+Green+Blue) = 161+44+54=259 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.16% from 259); Green value is 44 (17.58% from 255 or 16.99% from 259); Blue value is 54 (21.48% from 255 or 20.85% from 259); Max value from RGB is 161 - color contains mainly: red. Hex color #A12C36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12C36 is #5ED3C9. Grayscale: #505050. Windows color (decimal): -6214602 or 3550369. OLE color: 3550369.

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

Color convert

RGB 161 44 54 -
CMYK 0 0.73 0.66 0.37
HSL 354.87º 0.57% 0.4% -
HSV(B) 354.87º 0.73% 0.63% -
XYZ 16.26 9.64 4.49 -
YUV 80.12 113.26 185.69 -
System Red Green Blue C M Y K H S L
Decimal 161 44 54 0 0.73 0.66 0.37 354.87 0.57 0.4
Hex A1 2C 36 0 49 42 25 163 39 28
Octal 241 54 66 0 111 102 45 543 71 50
Binary 10100001 101100 110110 0 1001001 1000010 100101 101100011 111001 101000

Color Harmonies of #A12C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12C36

Black with #A12C36

Text Example


Text Example

White with #A12C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12C36; }

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

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

background-color css

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

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

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

border-color css

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

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

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