Html Css Color HEX #A12936 Guardsman Red

📋 copy color: '#A12936'

red 161 ◦ green 41 ◦ blue 54

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

Shades of Guardsman Red #A12936

Tints of Guardsman Red #A12936

RGB

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

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

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

R = 62.89%
G = 16.02%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A12936 (or 0xA12936) is known color: Guardsman Red. HEX triplet: A1, 29 and 36. RGB value is (161,41,54). Sum of RGB (Red+Green+Blue) = 161+41+54=256 (33% of max value = 765). Red value is 161 (63.28% from 255 or 62.89% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 54 (21.48% from 255 or 21.09% from 256); Max value from RGB is 161 - color contains mainly: red. Hex color #A12936 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12936 is #5ED6C9. Grayscale: #4E4E4E. Windows color (decimal): -6215370 or 3549601. OLE color: 3549601.

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

Color convert

RGB 161 41 54 -
CMYK 0 0.75 0.66 0.37
HSL 353.5º 0.59% 0.4% -
HSV(B) 353.5º 0.75% 0.63% -
XYZ 16.16 9.43 4.46 -
YUV 78.36 114.26 186.94 -
System Red Green Blue C M Y K H S L
Decimal 161 41 54 0 0.75 0.66 0.37 353.5 0.59 0.4
Hex A1 29 36 0 4B 42 25 162 3B 28
Octal 241 51 66 0 113 102 45 542 73 50
Binary 10100001 101001 110110 0 1001011 1000010 100101 101100010 111011 101000

Color Harmonies of #A12936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12936

Black with #A12936

Text Example


Text Example

White with #A12936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12936; }

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

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

background-color css

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

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

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

border-color css

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

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

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