Html Css Color HEX #A5393D Guardsman Red

📋 copy color: '#A5393D'

red 165 ◦ green 57 ◦ blue 61

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

Shades of Guardsman Red #A5393D

Tints of Guardsman Red #A5393D

RGB

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

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

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

R = 58.3%
G = 20.14%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A5393D (or 0xA5393D) is known color: Guardsman Red. HEX triplet: A5, 39 and 3D. RGB value is (165,57,61). Sum of RGB (Red+Green+Blue) = 165+57+61=283 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.30% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 61 (24.22% from 255 or 21.55% from 283); Max value from RGB is 165 - color contains mainly: red. Hex color #A5393D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5393D is #5AC6C2. Grayscale: #595959. Windows color (decimal): -5949123 or 4012453. OLE color: 4012453.

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

Color convert

RGB 165 57 61 -
CMYK 0 0.65 0.63 0.35
HSL 357.78º 0.49% 0.44% -
HSV(B) 357.78º 0.65% 0.65% -
XYZ 17.82 11.26 5.65 -
YUV 89.75 111.78 181.67 -
System Red Green Blue C M Y K H S L
Decimal 165 57 61 0 0.65 0.63 0.35 357.78 0.49 0.44
Hex A5 39 3D 0 41 3F 23 166 31 2C
Octal 245 71 75 0 101 77 43 546 61 54
Binary 10100101 111001 111101 0 1000001 111111 100011 101100110 110001 101100

Color Harmonies of #A5393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5393D

Black with #A5393D

Text Example


Text Example

White with #A5393D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5393D; }

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

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

background-color css

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

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

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

border-color css

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

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

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