Html Css Color HEX #A2293A Guardsman Red

📋 copy color: '#A2293A'

red 162 ◦ green 41 ◦ blue 58

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

Shades of Guardsman Red #A2293A

Tints of Guardsman Red #A2293A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.71%

 BLUE value IS 58 (23.05% from 255) = 22.22%

R = 62.07%
G = 15.71%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A2293A (or 0xA2293A) is known color: Guardsman Red. HEX triplet: A2, 29 and 3A. RGB value is (162,41,58). Sum of RGB (Red+Green+Blue) = 162+41+58=261 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.07% from 261); Green value is 41 (16.41% from 255 or 15.71% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 162 - color contains mainly: red. Hex color #A2293A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2293A is #5DD6C5. Grayscale: #4F4F4F. Windows color (decimal): -6149830 or 3811746. OLE color: 3811746.

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

Color convert

RGB 162 41 58 -
CMYK 0 0.75 0.64 0.36
HSL 351.57º 0.6% 0.4% -
HSV(B) 351.57º 0.75% 0.64% -
XYZ 16.46 9.57 4.98 -
YUV 79.12 116.09 187.12 -
System Red Green Blue C M Y K H S L
Decimal 162 41 58 0 0.75 0.64 0.36 351.57 0.6 0.4
Hex A2 29 3A 0 4B 40 24 160 3C 28
Octal 242 51 72 0 113 100 44 540 74 50
Binary 10100010 101001 111010 0 1001011 1000000 100100 101100000 111100 101000

Color Harmonies of #A2293A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2293A

Black with #A2293A

Text Example


Text Example

White with #A2293A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2293A; }

 p { color: rgb(162,41,58); }

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

background-color css

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

 a { background-color: rgb(162,41,58); }

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

border-color css

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

 span { border-color: rgb(162,41,58); }

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