Html Css Color HEX #A6313B Guardsman Red

📋 copy color: '#A6313B'

red 166 ◦ green 49 ◦ blue 59

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

Shades of Guardsman Red #A6313B

Tints of Guardsman Red #A6313B

RGB

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

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

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

R = 60.58%
G = 17.88%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A6313B (or 0xA6313B) is known color: Guardsman Red. HEX triplet: A6, 31 and 3B. RGB value is (166,49,59). Sum of RGB (Red+Green+Blue) = 166+49+59=274 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.58% from 274); Green value is 49 (19.53% from 255 or 17.88% from 274); Blue value is 59 (23.44% from 255 or 21.53% from 274); Max value from RGB is 166 - color contains mainly: red. Hex color #A6313B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6313B is #59CEC4. Grayscale: #555555. Windows color (decimal): -5885637 or 3879334. OLE color: 3879334.

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

Color convert

RGB 166 49 59 -
CMYK 0 0.70 0.64 0.35
HSL 354.87º 0.54% 0.42% -
HSV(B) 354.87º 0.7% 0.65% -
XYZ 17.61 10.62 5.26 -
YUV 85.12 113.26 185.69 -
System Red Green Blue C M Y K H S L
Decimal 166 49 59 0 0.70 0.64 0.35 354.87 0.54 0.42
Hex A6 31 3B 0 46 40 23 163 36 2A
Octal 246 61 73 0 106 100 43 543 66 52
Binary 10100110 110001 111011 0 1000110 1000000 100011 101100011 110110 101010

Color Harmonies of #A6313B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6313B

Black with #A6313B

Text Example


Text Example

White with #A6313B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6313B; }

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

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

background-color css

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

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

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

border-color css

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

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

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