Html Css Color HEX #A3222B Guardsman Red

📋 copy color: '#A3222B'

red 163 ◦ green 34 ◦ blue 43

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

Shades of Guardsman Red #A3222B

Tints of Guardsman Red #A3222B

RGB

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

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

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

R = 67.92%
G = 14.17%
B = 17.92%

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

#A3222B (or 0xA3222B) is known color: Guardsman Red. HEX triplet: A3, 22 and 2B. RGB value is (163,34,43). Sum of RGB (Red+Green+Blue) = 163+34+43=240 (31% of max value = 765). Red value is 163 (64.06% from 255 or 67.92% from 240); Green value is 34 (13.67% from 255 or 14.17% from 240); Blue value is 43 (17.19% from 255 or 17.92% from 240); Max value from RGB is 163 - color contains mainly: red. Hex color #A3222B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3222B is #5CDDD4. Grayscale: #494949. Windows color (decimal): -6086101 or 2826915. OLE color: 2826915.

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

Color convert

RGB 163 34 43 -
CMYK 0 0.79 0.74 0.36
HSL 355.81º 0.65% 0.39% -
HSV(B) 355.81º 0.79% 0.64% -
XYZ 16.11 9.11 3.19 -
YUV 73.6 110.74 191.77 -
System Red Green Blue C M Y K H S L
Decimal 163 34 43 0 0.79 0.74 0.36 355.81 0.65 0.39
Hex A3 22 2B 0 4F 4A 24 164 41 27
Octal 243 42 53 0 117 112 44 544 101 47
Binary 10100011 100010 101011 0 1001111 1001010 100100 101100100 1000001 100111

Color Harmonies of #A3222B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3222B

Black with #A3222B

Text Example


Text Example

White with #A3222B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3222B; }

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

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

background-color css

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

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

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

border-color css

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

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

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