Html Css Color HEX #A5373E Guardsman Red

📋 copy color: '#A5373E'

red 165 ◦ green 55 ◦ blue 62

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

Shades of Guardsman Red #A5373E

Tints of Guardsman Red #A5373E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.5%

 BLUE value IS 62 (24.61% from 255) = 21.99%

R = 58.51%
G = 19.5%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A5373E (or 0xA5373E) is known color: Guardsman Red. HEX triplet: A5, 37 and 3E. RGB value is (165,55,62). Sum of RGB (Red+Green+Blue) = 165+55+62=282 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.51% from 282); Green value is 55 (21.88% from 255 or 19.50% from 282); Blue value is 62 (24.61% from 255 or 21.99% from 282); Max value from RGB is 165 - color contains mainly: red. Hex color #A5373E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5373E is #5AC8C1. Grayscale: #585858. Windows color (decimal): -5949634 or 4077477. OLE color: 4077477.

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

Color convert

RGB 165 55 62 -
CMYK 0 0.67 0.62 0.35
HSL 356.18º 0.5% 0.43% -
HSV(B) 356.18º 0.67% 0.65% -
XYZ 17.75 11.08 5.76 -
YUV 88.69 112.94 182.43 -
System Red Green Blue C M Y K H S L
Decimal 165 55 62 0 0.67 0.62 0.35 356.18 0.5 0.43
Hex A5 37 3E 0 43 3E 23 164 32 2B
Octal 245 67 76 0 103 76 43 544 62 53
Binary 10100101 110111 111110 0 1000011 111110 100011 101100100 110010 101011

Color Harmonies of #A5373E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5373E

Black with #A5373E

Text Example


Text Example

White with #A5373E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5373E; }

 p { color: rgb(165,55,62); }

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

background-color css

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

 a { background-color: rgb(165,55,62); }

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

border-color css

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

 span { border-color: rgb(165,55,62); }

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