Html Css Color HEX #A63136 Guardsman Red

📋 copy color: '#A63136'

red 166 ◦ green 49 ◦ blue 54

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

Shades of Guardsman Red #A63136

Tints of Guardsman Red #A63136

RGB

 RED value IS 166 (65.23% from 255) = 61.71%

 GREEN value IS 49 (19.53% from 255) = 18.22%

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

R = 61.71%
G = 18.22%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A63136 (or 0xA63136) is known color: Guardsman Red. HEX triplet: A6, 31 and 36. RGB value is (166,49,54). Sum of RGB (Red+Green+Blue) = 166+49+54=269 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.71% from 269); Green value is 49 (19.53% from 255 or 18.22% from 269); Blue value is 54 (21.48% from 255 or 20.07% from 269); Max value from RGB is 166 - color contains mainly: red. Hex color #A63136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63136 is #59CEC9. Grayscale: #545454. Windows color (decimal): -5885642 or 3551654. OLE color: 3551654.

HSL color Cylindrical-coordinate representation of color #A63136: hue angle of 357.44º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A63136 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 49 54 -
CMYK 0 0.70 0.67 0.35
HSL 357.44º 0.54% 0.42% -
HSV(B) 357.44º 0.7% 0.65% -
XYZ 17.49 10.57 4.61 -
YUV 84.55 110.76 186.09 -
System Red Green Blue C M Y K H S L
Decimal 166 49 54 0 0.70 0.67 0.35 357.44 0.54 0.42
Hex A6 31 36 0 46 43 23 165 36 2A
Octal 246 61 66 0 106 103 43 545 66 52
Binary 10100110 110001 110110 0 1000110 1000011 100011 101100101 110110 101010

Color Harmonies of #A63136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63136

Black with #A63136

Text Example


Text Example

White with #A63136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63136; }

 p { color: rgb(166,49,54); }

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

background-color css

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

 a { background-color: rgb(166,49,54); }

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

border-color css

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

 span { border-color: rgb(166,49,54); }

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