Html Css Color HEX #A8222B Guardsman Red

📋 copy color: '#A8222B'

red 168 ◦ green 34 ◦ blue 43

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

Shades of Guardsman Red #A8222B

Tints of Guardsman Red #A8222B

RGB

 RED value IS 168 (66.02% from 255) = 68.57%

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

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

R = 68.57%
G = 13.88%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.34

RGB Variations

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

Color information

#A8222B (or 0xA8222B) is known color: Guardsman Red. HEX triplet: A8, 22 and 2B. RGB value is (168,34,43). Sum of RGB (Red+Green+Blue) = 168+34+43=245 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.57% from 245); Green value is 34 (13.67% from 255 or 13.88% from 245); Blue value is 43 (17.19% from 255 or 17.55% from 245); Max value from RGB is 168 - color contains mainly: red. Hex color #A8222B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8222B is #57DDD4. Grayscale: #4B4B4B. Windows color (decimal): -5758421 or 2826920. OLE color: 2826920.

HSL color Cylindrical-coordinate representation of color #A8222B: hue angle of 355.97º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A8222B is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 34 43 -
CMYK 0 0.80 0.74 0.34
HSL 355.97º 0.66% 0.4% -
HSV(B) 355.97º 0.8% 0.66% -
XYZ 17.16 9.64 3.24 -
YUV 75.09 109.89 194.27 -
System Red Green Blue C M Y K H S L
Decimal 168 34 43 0 0.80 0.74 0.34 355.97 0.66 0.4
Hex A8 22 2B 0 50 4A 22 164 42 28
Octal 250 42 53 0 120 112 42 544 102 50
Binary 10101000 100010 101011 0 1010000 1001010 100010 101100100 1000010 101000

Color Harmonies of #A8222B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8222B

Black with #A8222B

Text Example


Text Example

White with #A8222B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8222B; }

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

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

background-color css

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

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

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

border-color css

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

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

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