Html Css Color HEX #A9293D Guardsman Red

📋 copy color: '#A9293D'

red 169 ◦ green 41 ◦ blue 61

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

Shades of Guardsman Red #A9293D

Tints of Guardsman Red #A9293D

RGB

 RED value IS 169 (66.41% from 255) = 62.36%

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

 BLUE value IS 61 (24.22% from 255) = 22.51%

R = 62.36%
G = 15.13%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#A9293D (or 0xA9293D) is known color: Guardsman Red. HEX triplet: A9, 29 and 3D. RGB value is (169,41,61). Sum of RGB (Red+Green+Blue) = 169+41+61=271 (35% of max value = 765). Red value is 169 (66.41% from 255 or 62.36% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 61 (24.22% from 255 or 22.51% from 271); Max value from RGB is 169 - color contains mainly: red. Hex color #A9293D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9293D is #56D6C2. Grayscale: #515151. Windows color (decimal): -5691075 or 4008361. OLE color: 4008361.

HSL color Cylindrical-coordinate representation of color #A9293D: hue angle of 350.62º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A9293D is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 41 61 -
CMYK 0 0.76 0.64 0.34
HSL 350.63º 0.61% 0.41% -
HSV(B) 350.63º 0.76% 0.66% -
XYZ 18 10.36 5.47 -
YUV 81.55 116.41 190.37 -
System Red Green Blue C M Y K H S L
Decimal 169 41 61 0 0.76 0.64 0.34 350.63 0.61 0.41
Hex A9 29 3D 0 4C 40 22 15F 3D 29
Octal 251 51 75 0 114 100 42 537 75 51
Binary 10101001 101001 111101 0 1001100 1000000 100010 101011111 111101 101001

Color Harmonies of #A9293D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9293D

Black with #A9293D

Text Example


Text Example

White with #A9293D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9293D; }

 p { color: rgb(169,41,61); }

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

background-color css

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

 a { background-color: rgb(169,41,61); }

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

border-color css

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

 span { border-color: rgb(169,41,61); }

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