Html Css Color HEX #A7222A Guardsman Red

📋 copy color: '#A7222A'

red 167 ◦ green 34 ◦ blue 42

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

Shades of Guardsman Red #A7222A

Tints of Guardsman Red #A7222A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.28%

R = 68.72%
G = 13.99%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A7222A (or 0xA7222A) is known color: Guardsman Red. HEX triplet: A7, 22 and 2A. RGB value is (167,34,42). Sum of RGB (Red+Green+Blue) = 167+34+42=243 (32% of max value = 765). Red value is 167 (65.62% from 255 or 68.72% from 243); Green value is 34 (13.67% from 255 or 13.99% from 243); Blue value is 42 (16.80% from 255 or 17.28% from 243); Max value from RGB is 167 - color contains mainly: red. Hex color #A7222A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7222A is #58DDD5. Grayscale: #4A4A4A. Windows color (decimal): -5823958 or 2761383. OLE color: 2761383.

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

Color convert

RGB 167 34 42 -
CMYK 0 0.80 0.75 0.35
HSL 356.39º 0.66% 0.39% -
HSV(B) 356.39º 0.8% 0.65% -
XYZ 16.93 9.53 3.14 -
YUV 74.68 109.56 193.85 -
System Red Green Blue C M Y K H S L
Decimal 167 34 42 0 0.80 0.75 0.35 356.39 0.66 0.39
Hex A7 22 2A 0 50 4B 23 164 42 27
Octal 247 42 52 0 120 113 43 544 102 47
Binary 10100111 100010 101010 0 1010000 1001011 100011 101100100 1000010 100111

Color Harmonies of #A7222A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7222A

Black with #A7222A

Text Example


Text Example

White with #A7222A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7222A; }

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

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

background-color css

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

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

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

border-color css

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

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

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