Html Css Color HEX #A2293C Guardsman Red

📋 copy color: '#A2293C'

red 162 ◦ green 41 ◦ blue 60

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

Shades of Guardsman Red #A2293C

Tints of Guardsman Red #A2293C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.81%

R = 61.6%
G = 15.59%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A2293C (or 0xA2293C) is known color: Guardsman Red. HEX triplet: A2, 29 and 3C. RGB value is (162,41,60). Sum of RGB (Red+Green+Blue) = 162+41+60=263 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.60% from 263); Green value is 41 (16.41% from 255 or 15.59% from 263); Blue value is 60 (23.83% from 255 or 22.81% from 263); Max value from RGB is 162 - color contains mainly: red. Hex color #A2293C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2293C is #5DD6C3. Grayscale: #4F4F4F. Windows color (decimal): -6149828 or 3942818. OLE color: 3942818.

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

Color convert

RGB 162 41 60 -
CMYK 0 0.75 0.63 0.36
HSL 350.58º 0.6% 0.4% -
HSV(B) 350.58º 0.75% 0.64% -
XYZ 16.51 9.59 5.26 -
YUV 79.35 117.09 186.96 -
System Red Green Blue C M Y K H S L
Decimal 162 41 60 0 0.75 0.63 0.36 350.58 0.6 0.4
Hex A2 29 3C 0 4B 3F 24 15F 3C 28
Octal 242 51 74 0 113 77 44 537 74 50
Binary 10100010 101001 111100 0 1001011 111111 100100 101011111 111100 101000

Color Harmonies of #A2293C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2293C

Black with #A2293C

Text Example


Text Example

White with #A2293C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2293C; }

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

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

background-color css

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

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

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

border-color css

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

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

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