Html Css Color HEX #A5393A Guardsman Red

📋 copy color: '#A5393A'

red 165 ◦ green 57 ◦ blue 58

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

Shades of Guardsman Red #A5393A

Tints of Guardsman Red #A5393A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.36%

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

R = 58.93%
G = 20.36%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A5393A (or 0xA5393A) is known color: Guardsman Red. HEX triplet: A5, 39 and 3A. RGB value is (165,57,58). Sum of RGB (Red+Green+Blue) = 165+57+58=280 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.93% from 280); Green value is 57 (22.66% from 255 or 20.36% from 280); Blue value is 58 (23.05% from 255 or 20.71% from 280); Max value from RGB is 165 - color contains mainly: red. Hex color #A5393A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5393A is #5AC6C5. Grayscale: #595959. Windows color (decimal): -5949126 or 3815845. OLE color: 3815845.

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

Color convert

RGB 165 57 58 -
CMYK 0 0.65 0.65 0.35
HSL 359.44º 0.49% 0.44% -
HSV(B) 359.44º 0.65% 0.65% -
XYZ 17.74 11.23 5.24 -
YUV 89.41 110.28 181.92 -
System Red Green Blue C M Y K H S L
Decimal 165 57 58 0 0.65 0.65 0.35 359.44 0.49 0.44
Hex A5 39 3A 0 41 41 23 167 31 2C
Octal 245 71 72 0 101 101 43 547 61 54
Binary 10100101 111001 111010 0 1000001 1000001 100011 101100111 110001 101100

Color Harmonies of #A5393A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5393A

Black with #A5393A

Text Example


Text Example

White with #A5393A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5393A; }

 p { color: rgb(165,57,58); }

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

background-color css

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

 a { background-color: rgb(165,57,58); }

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

border-color css

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

 span { border-color: rgb(165,57,58); }

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