Html Css Color HEX #A6393B Guardsman Red

📋 copy color: '#A6393B'

red 166 ◦ green 57 ◦ blue 59

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

Shades of Guardsman Red #A6393B

Tints of Guardsman Red #A6393B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.92%

R = 58.87%
G = 20.21%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A6393B (or 0xA6393B) is known color: Guardsman Red. HEX triplet: A6, 39 and 3B. RGB value is (166,57,59). Sum of RGB (Red+Green+Blue) = 166+57+59=282 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.87% from 282); Green value is 57 (22.66% from 255 or 20.21% from 282); Blue value is 59 (23.44% from 255 or 20.92% from 282); Max value from RGB is 166 - color contains mainly: red. Hex color #A6393B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6393B is #59C6C4. Grayscale: #595959. Windows color (decimal): -5883589 or 3881382. OLE color: 3881382.

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

Color convert

RGB 166 57 59 -
CMYK 0 0.66 0.64 0.35
HSL 358.9º 0.49% 0.44% -
HSV(B) 358.9º 0.66% 0.65% -
XYZ 17.98 11.35 5.38 -
YUV 89.82 110.61 182.34 -
System Red Green Blue C M Y K H S L
Decimal 166 57 59 0 0.66 0.64 0.35 358.9 0.49 0.44
Hex A6 39 3B 0 42 40 23 167 31 2C
Octal 246 71 73 0 102 100 43 547 61 54
Binary 10100110 111001 111011 0 1000010 1000000 100011 101100111 110001 101100

Color Harmonies of #A6393B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6393B

Black with #A6393B

Text Example


Text Example

White with #A6393B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6393B; }

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

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

background-color css

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

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

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

border-color css

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

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

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