Html Css Color HEX #A5363F Guardsman Red

📋 copy color: '#A5363F'

red 165 ◦ green 54 ◦ blue 63

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

Shades of Guardsman Red #A5363F

Tints of Guardsman Red #A5363F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.15%

 BLUE value IS 63 (25% from 255) = 22.34%

R = 58.51%
G = 19.15%
B = 22.34%

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

#A5363F (or 0xA5363F) is known color: Guardsman Red. HEX triplet: A5, 36 and 3F. RGB value is (165,54,63). Sum of RGB (Red+Green+Blue) = 165+54+63=282 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.51% from 282); Green value is 54 (21.48% from 255 or 19.15% from 282); Blue value is 63 (25% from 255 or 22.34% from 282); Max value from RGB is 165 - color contains mainly: red. Hex color #A5363F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5363F is #5AC9C0. Grayscale: #585858. Windows color (decimal): -5949889 or 4142757. OLE color: 4142757.

HSL color Cylindrical-coordinate representation of color #A5363F: hue angle of 355.14º degrees, saturation: 0.51, 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 #A5363F is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 54 63 -
CMYK 0 0.67 0.62 0.35
HSL 355.14º 0.51% 0.43% -
HSV(B) 355.14º 0.67% 0.65% -
XYZ 17.73 11 5.89 -
YUV 88.22 113.77 182.77 -
System Red Green Blue C M Y K H S L
Decimal 165 54 63 0 0.67 0.62 0.35 355.14 0.51 0.43
Hex A5 36 3F 0 43 3E 23 163 33 2B
Octal 245 66 77 0 103 76 43 543 63 53
Binary 10100101 110110 111111 0 1000011 111110 100011 101100011 110011 101011

Color Harmonies of #A5363F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5363F

Black with #A5363F

Text Example


Text Example

White with #A5363F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5363F; }

 p { color: rgb(165,54,63); }

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

background-color css

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

 a { background-color: rgb(165,54,63); }

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

border-color css

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

 span { border-color: rgb(165,54,63); }

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