Html Css Color HEX #A3222A Guardsman Red

📋 copy color: '#A3222A'

red 163 ◦ green 34 ◦ blue 42

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

Shades of Guardsman Red #A3222A

Tints of Guardsman Red #A3222A

RGB

 RED value IS 163 (64.06% from 255) = 68.2%

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

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

R = 68.2%
G = 14.23%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A3222A (or 0xA3222A) is known color: Guardsman Red. HEX triplet: A3, 22 and 2A. RGB value is (163,34,42). Sum of RGB (Red+Green+Blue) = 163+34+42=239 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.20% from 239); Green value is 34 (13.67% from 255 or 14.23% from 239); Blue value is 42 (16.80% from 255 or 17.57% from 239); Max value from RGB is 163 - color contains mainly: red. Hex color #A3222A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3222A is #5CDDD5. Grayscale: #494949. Windows color (decimal): -6086102 or 2761379. OLE color: 2761379.

HSL color Cylindrical-coordinate representation of color #A3222A: hue angle of 356.28º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A3222A is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 34 42 -
CMYK 0 0.79 0.74 0.36
HSL 356.28º 0.65% 0.39% -
HSV(B) 356.28º 0.79% 0.64% -
XYZ 16.09 9.1 3.1 -
YUV 73.48 110.24 191.85 -
System Red Green Blue C M Y K H S L
Decimal 163 34 42 0 0.79 0.74 0.36 356.28 0.65 0.39
Hex A3 22 2A 0 4F 4A 24 164 41 27
Octal 243 42 52 0 117 112 44 544 101 47
Binary 10100011 100010 101010 0 1001111 1001010 100100 101100100 1000001 100111

Color Harmonies of #A3222A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3222A

Black with #A3222A

Text Example


Text Example

White with #A3222A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3222A; }

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

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

background-color css

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

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

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

border-color css

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

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

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