Html Css Color HEX #A6222D Guardsman Red

📋 copy color: '#A6222D'

red 166 ◦ green 34 ◦ blue 45

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

Shades of Guardsman Red #A6222D

Tints of Guardsman Red #A6222D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.88%

 BLUE value IS 45 (17.97% from 255) = 18.37%

R = 67.76%
G = 13.88%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A6222D (or 0xA6222D) is known color: Guardsman Red. HEX triplet: A6, 22 and 2D. RGB value is (166,34,45). Sum of RGB (Red+Green+Blue) = 166+34+45=245 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.76% from 245); Green value is 34 (13.67% from 255 or 13.88% from 245); Blue value is 45 (17.97% from 255 or 18.37% from 245); Max value from RGB is 166 - color contains mainly: red. Hex color #A6222D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6222D is #59DDD2. Grayscale: #4A4A4A. Windows color (decimal): -5889491 or 2957990. OLE color: 2957990.

HSL color Cylindrical-coordinate representation of color #A6222D: hue angle of 355º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A6222D is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 34 45 -
CMYK 0 0.80 0.73 0.35
HSL 355º 0.66% 0.39% -
HSV(B) 355º 0.8% 0.65% -
XYZ 16.77 9.44 3.42 -
YUV 74.72 111.23 193.11 -
System Red Green Blue C M Y K H S L
Decimal 166 34 45 0 0.80 0.73 0.35 355 0.66 0.39
Hex A6 22 2D 0 50 49 23 163 42 27
Octal 246 42 55 0 120 111 43 543 102 47
Binary 10100110 100010 101101 0 1010000 1001001 100011 101100011 1000010 100111

Color Harmonies of #A6222D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6222D

Black with #A6222D

Text Example


Text Example

White with #A6222D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6222D; }

 p { color: rgb(166,34,45); }

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

background-color css

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

 a { background-color: rgb(166,34,45); }

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

border-color css

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

 span { border-color: rgb(166,34,45); }

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