Html Css Color HEX #A6323C Guardsman Red

📋 copy color: '#A6323C'

red 166 ◦ green 50 ◦ blue 60

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

Shades of Guardsman Red #A6323C

Tints of Guardsman Red #A6323C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.12%

 BLUE value IS 60 (23.83% from 255) = 21.74%

R = 60.14%
G = 18.12%
B = 21.74%

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

#A6323C (or 0xA6323C) is known color: Guardsman Red. HEX triplet: A6, 32 and 3C. RGB value is (166,50,60). Sum of RGB (Red+Green+Blue) = 166+50+60=276 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.14% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 166 - color contains mainly: red. Hex color #A6323C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6323C is #59CDC3. Grayscale: #555555. Windows color (decimal): -5885380 or 3945126. OLE color: 3945126.

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

Color convert

RGB 166 50 60 -
CMYK 0 0.70 0.64 0.35
HSL 354.83º 0.54% 0.42% -
HSV(B) 354.83º 0.7% 0.65% -
XYZ 17.68 10.71 5.41 -
YUV 85.82 113.43 185.19 -
System Red Green Blue C M Y K H S L
Decimal 166 50 60 0 0.70 0.64 0.35 354.83 0.54 0.42
Hex A6 32 3C 0 46 40 23 163 36 2A
Octal 246 62 74 0 106 100 43 543 66 52
Binary 10100110 110010 111100 0 1000110 1000000 100011 101100011 110110 101010

Color Harmonies of #A6323C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6323C

Black with #A6323C

Text Example


Text Example

White with #A6323C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6323C; }

 p { color: rgb(166,50,60); }

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

background-color css

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

 a { background-color: rgb(166,50,60); }

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

border-color css

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

 span { border-color: rgb(166,50,60); }

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