Html Css Color HEX #A6222B Guardsman Red

📋 copy color: '#A6222B'

red 166 ◦ green 34 ◦ blue 43

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

Shades of Guardsman Red #A6222B

Tints of Guardsman Red #A6222B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.7%

R = 68.31%
G = 13.99%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A6222B (or 0xA6222B) is known color: Guardsman Red. HEX triplet: A6, 22 and 2B. RGB value is (166,34,43). Sum of RGB (Red+Green+Blue) = 166+34+43=243 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.31% from 243); Green value is 34 (13.67% from 255 or 13.99% from 243); Blue value is 43 (17.19% from 255 or 17.70% from 243); Max value from RGB is 166 - color contains mainly: red. Hex color #A6222B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6222B is #59DDD4. Grayscale: #4A4A4A. Windows color (decimal): -5889493 or 2826918. OLE color: 2826918.

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

Color convert

RGB 166 34 43 -
CMYK 0 0.80 0.74 0.35
HSL 355.91º 0.66% 0.39% -
HSV(B) 355.91º 0.8% 0.65% -
XYZ 16.73 9.43 3.22 -
YUV 74.49 110.23 193.27 -
System Red Green Blue C M Y K H S L
Decimal 166 34 43 0 0.80 0.74 0.35 355.91 0.66 0.39
Hex A6 22 2B 0 50 4A 23 164 42 27
Octal 246 42 53 0 120 112 43 544 102 47
Binary 10100110 100010 101011 0 1010000 1001010 100011 101100100 1000010 100111

Color Harmonies of #A6222B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6222B

Black with #A6222B

Text Example


Text Example

White with #A6222B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6222B; }

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

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

background-color css

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

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

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

border-color css

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

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

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