Html Css Color HEX #A5293B Guardsman Red

📋 copy color: '#A5293B'

red 165 ◦ green 41 ◦ blue 59

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

Shades of Guardsman Red #A5293B

Tints of Guardsman Red #A5293B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.26%

R = 62.26%
G = 15.47%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A5293B (or 0xA5293B) is known color: Guardsman Red. HEX triplet: A5, 29 and 3B. RGB value is (165,41,59). Sum of RGB (Red+Green+Blue) = 165+41+59=265 (35% of max value = 765). Red value is 165 (64.84% from 255 or 62.26% from 265); Green value is 41 (16.41% from 255 or 15.47% from 265); Blue value is 59 (23.44% from 255 or 22.26% from 265); Max value from RGB is 165 - color contains mainly: red. Hex color #A5293B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5293B is #5AD6C4. Grayscale: #505050. Windows color (decimal): -5953221 or 3877285. OLE color: 3877285.

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

Color convert

RGB 165 41 59 -
CMYK 0 0.75 0.64 0.35
HSL 351.29º 0.6% 0.4% -
HSV(B) 351.29º 0.75% 0.65% -
XYZ 17.1 9.9 5.15 -
YUV 80.13 116.08 188.54 -
System Red Green Blue C M Y K H S L
Decimal 165 41 59 0 0.75 0.64 0.35 351.29 0.6 0.4
Hex A5 29 3B 0 4B 40 23 15F 3C 28
Octal 245 51 73 0 113 100 43 537 74 50
Binary 10100101 101001 111011 0 1001011 1000000 100011 101011111 111100 101000

Color Harmonies of #A5293B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5293B

Black with #A5293B

Text Example


Text Example

White with #A5293B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5293B; }

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

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

background-color css

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

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

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

border-color css

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

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

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