Html Css Color HEX #A6323A Guardsman Red

📋 copy color: '#A6323A'

red 166 ◦ green 50 ◦ blue 58

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

Shades of Guardsman Red #A6323A

Tints of Guardsman Red #A6323A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.17%

R = 60.58%
G = 18.25%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A6323A (or 0xA6323A) is known color: Guardsman Red. HEX triplet: A6, 32 and 3A. RGB value is (166,50,58). Sum of RGB (Red+Green+Blue) = 166+50+58=274 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.58% from 274); Green value is 50 (19.92% from 255 or 18.25% from 274); Blue value is 58 (23.05% from 255 or 21.17% from 274); Max value from RGB is 166 - color contains mainly: red. Hex color #A6323A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6323A is #59CDC5. Grayscale: #555555. Windows color (decimal): -5885382 or 3814054. OLE color: 3814054.

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

Color convert

RGB 166 50 58 -
CMYK 0 0.70 0.65 0.35
HSL 355.86º 0.54% 0.42% -
HSV(B) 355.86º 0.7% 0.65% -
XYZ 17.63 10.69 5.14 -
YUV 85.6 112.43 185.35 -
System Red Green Blue C M Y K H S L
Decimal 166 50 58 0 0.70 0.65 0.35 355.86 0.54 0.42
Hex A6 32 3A 0 46 41 23 164 36 2A
Octal 246 62 72 0 106 101 43 544 66 52
Binary 10100110 110010 111010 0 1000110 1000001 100011 101100100 110110 101010

Color Harmonies of #A6323A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6323A

Black with #A6323A

Text Example


Text Example

White with #A6323A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6323A; }

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

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

background-color css

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

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

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

border-color css

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

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

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