Html Css Color HEX #A63540 Guardsman Red

📋 copy color: '#A63540'

red 166 ◦ green 53 ◦ blue 64

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

Shades of Guardsman Red #A63540

Tints of Guardsman Red #A63540

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.73%

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

R = 58.66%
G = 18.73%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A63540 (or 0xA63540) is known color: Guardsman Red. HEX triplet: A6, 35 and 40. RGB value is (166,53,64). Sum of RGB (Red+Green+Blue) = 166+53+64=283 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.66% from 283); Green value is 53 (21.09% from 255 or 18.73% from 283); Blue value is 64 (25.39% from 255 or 22.61% from 283); Max value from RGB is 166 - color contains mainly: red. Hex color #A63540 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63540 is #59CABF. Grayscale: #585858. Windows color (decimal): -5884608 or 4208038. OLE color: 4208038.

HSL color Cylindrical-coordinate representation of color #A63540: hue angle of 354.16º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A63540 is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 53 64 -
CMYK 0 0.68 0.61 0.35
HSL 354.16º 0.52% 0.43% -
HSV(B) 354.16º 0.68% 0.65% -
XYZ 17.92 11.02 6.03 -
YUV 88.04 114.44 183.61 -
System Red Green Blue C M Y K H S L
Decimal 166 53 64 0 0.68 0.61 0.35 354.16 0.52 0.43
Hex A6 35 40 0 44 3D 23 162 34 2B
Octal 246 65 100 0 104 75 43 542 64 53
Binary 10100110 110101 1000000 0 1000100 111101 100011 101100010 110100 101011

Color Harmonies of #A63540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63540

Black with #A63540

Text Example


Text Example

White with #A63540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63540; }

 p { color: rgb(166,53,64); }

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

background-color css

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

 a { background-color: rgb(166,53,64); }

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

border-color css

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

 span { border-color: rgb(166,53,64); }

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