Html Css Color HEX #A7222E Guardsman Red

📋 copy color: '#A7222E'

red 167 ◦ green 34 ◦ blue 46

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

Shades of Guardsman Red #A7222E

Tints of Guardsman Red #A7222E

RGB

 RED value IS 167 (65.63% from 255) = 67.61%

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

 BLUE value IS 46 (18.36% from 255) = 18.62%

R = 67.61%
G = 13.77%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A7222E (or 0xA7222E) is known color: Guardsman Red. HEX triplet: A7, 22 and 2E. RGB value is (167,34,46). Sum of RGB (Red+Green+Blue) = 167+34+46=247 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.61% from 247); Green value is 34 (13.67% from 255 or 13.77% from 247); Blue value is 46 (18.36% from 255 or 18.62% from 247); Max value from RGB is 167 - color contains mainly: red. Hex color #A7222E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7222E is #58DDD1. Grayscale: #4B4B4B. Windows color (decimal): -5823954 or 3023527. OLE color: 3023527.

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

Color convert

RGB 167 34 46 -
CMYK 0 0.80 0.72 0.35
HSL 354.59º 0.66% 0.39% -
HSV(B) 354.59º 0.8% 0.65% -
XYZ 17 9.56 3.53 -
YUV 75.14 111.56 193.52 -
System Red Green Blue C M Y K H S L
Decimal 167 34 46 0 0.80 0.72 0.35 354.59 0.66 0.39
Hex A7 22 2E 0 50 48 23 163 42 27
Octal 247 42 56 0 120 110 43 543 102 47
Binary 10100111 100010 101110 0 1010000 1001000 100011 101100011 1000010 100111

Color Harmonies of #A7222E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7222E

Black with #A7222E

Text Example


Text Example

White with #A7222E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7222E; }

 p { color: rgb(167,34,46); }

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

background-color css

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

 a { background-color: rgb(167,34,46); }

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

border-color css

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

 span { border-color: rgb(167,34,46); }

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