Html Css Color HEX #A63139 Guardsman Red

📋 copy color: '#A63139'

red 166 ◦ green 49 ◦ blue 57

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

Shades of Guardsman Red #A63139

Tints of Guardsman Red #A63139

RGB

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

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

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

R = 61.03%
G = 18.01%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.66

 K value IS 0.35

RGB Variations

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

Color information

#A63139 (or 0xA63139) is known color: Guardsman Red. HEX triplet: A6, 31 and 39. RGB value is (166,49,57). Sum of RGB (Red+Green+Blue) = 166+49+57=272 (36% of max value = 765). Red value is 166 (65.23% from 255 or 61.03% from 272); Green value is 49 (19.53% from 255 or 18.01% from 272); Blue value is 57 (22.66% from 255 or 20.96% from 272); Max value from RGB is 166 - color contains mainly: red. Hex color #A63139 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63139 is #59CEC6. Grayscale: #545454. Windows color (decimal): -5885639 or 3748262. OLE color: 3748262.

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

Color convert

RGB 166 49 57 -
CMYK 0 0.70 0.66 0.35
HSL 355.9º 0.54% 0.42% -
HSV(B) 355.9º 0.7% 0.65% -
XYZ 17.56 10.6 4.99 -
YUV 84.9 112.26 185.85 -
System Red Green Blue C M Y K H S L
Decimal 166 49 57 0 0.70 0.66 0.35 355.9 0.54 0.42
Hex A6 31 39 0 46 42 23 164 36 2A
Octal 246 61 71 0 106 102 43 544 66 52
Binary 10100110 110001 111001 0 1000110 1000010 100011 101100100 110110 101010

Color Harmonies of #A63139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63139

Black with #A63139

Text Example


Text Example

White with #A63139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63139; }

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

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

background-color css

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

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

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

border-color css

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

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

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