Html Css Color HEX #A2242C Guardsman Red

📋 copy color: '#A2242C'

red 162 ◦ green 36 ◦ blue 44

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

Shades of Guardsman Red #A2242C

Tints of Guardsman Red #A2242C

RGB

 RED value IS 162 (63.67% from 255) = 66.94%

 GREEN value IS 36 (14.45% from 255) = 14.88%

 BLUE value IS 44 (17.58% from 255) = 18.18%

R = 66.94%
G = 14.88%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A2242C (or 0xA2242C) is known color: Guardsman Red. HEX triplet: A2, 24 and 2C. RGB value is (162,36,44). Sum of RGB (Red+Green+Blue) = 162+36+44=242 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.94% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 44 (17.58% from 255 or 18.18% from 242); Max value from RGB is 162 - color contains mainly: red. Hex color #A2242C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2242C is #5DDBD3. Grayscale: #4A4A4A. Windows color (decimal): -6151124 or 2892962. OLE color: 2892962.

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

Color convert

RGB 162 36 44 -
CMYK 0 0.78 0.73 0.36
HSL 356.19º 0.64% 0.39% -
HSV(B) 356.19º 0.78% 0.64% -
XYZ 15.99 9.12 3.3 -
YUV 74.59 110.74 190.35 -
System Red Green Blue C M Y K H S L
Decimal 162 36 44 0 0.78 0.73 0.36 356.19 0.64 0.39
Hex A2 24 2C 0 4E 49 24 164 40 27
Octal 242 44 54 0 116 111 44 544 100 47
Binary 10100010 100100 101100 0 1001110 1001001 100100 101100100 1000000 100111

Color Harmonies of #A2242C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2242C

Black with #A2242C

Text Example


Text Example

White with #A2242C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2242C; }

 p { color: rgb(162,36,44); }

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

background-color css

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

 a { background-color: rgb(162,36,44); }

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

border-color css

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

 span { border-color: rgb(162,36,44); }

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