Html Css Color HEX #A5293D Guardsman Red

📋 copy color: '#A5293D'

red 165 ◦ green 41 ◦ blue 61

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

Shades of Guardsman Red #A5293D

Tints of Guardsman Red #A5293D

RGB

 RED value IS 165 (64.84% from 255) = 61.8%

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

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

R = 61.8%
G = 15.36%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A5293D (or 0xA5293D) is known color: Guardsman Red. HEX triplet: A5, 29 and 3D. RGB value is (165,41,61). Sum of RGB (Red+Green+Blue) = 165+41+61=267 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.80% from 267); Green value is 41 (16.41% from 255 or 15.36% from 267); Blue value is 61 (24.22% from 255 or 22.85% from 267); Max value from RGB is 165 - color contains mainly: red. Hex color #A5293D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5293D is #5AD6C2. Grayscale: #505050. Windows color (decimal): -5953219 or 4008357. OLE color: 4008357.

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

Color convert

RGB 165 41 61 -
CMYK 0 0.75 0.63 0.35
HSL 350.32º 0.6% 0.4% -
HSV(B) 350.32º 0.75% 0.65% -
XYZ 17.15 9.92 5.43 -
YUV 80.36 117.08 188.37 -
System Red Green Blue C M Y K H S L
Decimal 165 41 61 0 0.75 0.63 0.35 350.32 0.6 0.4
Hex A5 29 3D 0 4B 3F 23 15E 3C 28
Octal 245 51 75 0 113 77 43 536 74 50
Binary 10100101 101001 111101 0 1001011 111111 100011 101011110 111100 101000

Color Harmonies of #A5293D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5293D

Black with #A5293D

Text Example


Text Example

White with #A5293D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5293D; }

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

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

background-color css

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

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

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

border-color css

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

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

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