Html Css Color HEX #A6393E Guardsman Red

📋 copy color: '#A6393E'

red 166 ◦ green 57 ◦ blue 62

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

Shades of Guardsman Red #A6393E

Tints of Guardsman Red #A6393E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20%

 BLUE value IS 62 (24.61% from 255) = 21.75%

R = 58.25%
G = 20%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A6393E (or 0xA6393E) is known color: Guardsman Red. HEX triplet: A6, 39 and 3E. RGB value is (166,57,62). Sum of RGB (Red+Green+Blue) = 166+57+62=285 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.25% from 285); Green value is 57 (22.66% from 255 or 20% from 285); Blue value is 62 (24.61% from 255 or 21.75% from 285); Max value from RGB is 166 - color contains mainly: red. Hex color #A6393E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6393E is #59C6C1. Grayscale: #5A5A5A. Windows color (decimal): -5883586 or 4077990. OLE color: 4077990.

HSL color Cylindrical-coordinate representation of color #A6393E: hue angle of 357.25º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A6393E is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 57 62 -
CMYK 0 0.66 0.63 0.35
HSL 357.25º 0.49% 0.44% -
HSV(B) 357.25º 0.66% 0.65% -
XYZ 18.06 11.38 5.8 -
YUV 90.16 112.11 182.09 -
System Red Green Blue C M Y K H S L
Decimal 166 57 62 0 0.66 0.63 0.35 357.25 0.49 0.44
Hex A6 39 3E 0 42 3F 23 165 31 2C
Octal 246 71 76 0 102 77 43 545 61 54
Binary 10100110 111001 111110 0 1000010 111111 100011 101100101 110001 101100

Color Harmonies of #A6393E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6393E

Black with #A6393E

Text Example


Text Example

White with #A6393E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6393E; }

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

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

background-color css

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

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

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

border-color css

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

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

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