Html Css Color HEX #A5383F Guardsman Red

📋 copy color: '#A5383F'

red 165 ◦ green 56 ◦ blue 63

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

Shades of Guardsman Red #A5383F

Tints of Guardsman Red #A5383F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.72%

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

R = 58.1%
G = 19.72%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A5383F (or 0xA5383F) is known color: Guardsman Red. HEX triplet: A5, 38 and 3F. RGB value is (165,56,63). Sum of RGB (Red+Green+Blue) = 165+56+63=284 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.10% from 284); Green value is 56 (22.27% from 255 or 19.72% from 284); Blue value is 63 (25% from 255 or 22.18% from 284); Max value from RGB is 165 - color contains mainly: red. Hex color #A5383F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5383F is #5AC7C0. Grayscale: #595959. Windows color (decimal): -5949377 or 4143269. OLE color: 4143269.

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

Color convert

RGB 165 56 63 -
CMYK 0 0.66 0.62 0.35
HSL 356.15º 0.49% 0.43% -
HSV(B) 356.15º 0.66% 0.65% -
XYZ 17.83 11.19 5.92 -
YUV 89.39 113.11 181.93 -
System Red Green Blue C M Y K H S L
Decimal 165 56 63 0 0.66 0.62 0.35 356.15 0.49 0.43
Hex A5 38 3F 0 42 3E 23 164 31 2B
Octal 245 70 77 0 102 76 43 544 61 53
Binary 10100101 111000 111111 0 1000010 111110 100011 101100100 110001 101011

Color Harmonies of #A5383F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5383F

Black with #A5383F

Text Example


Text Example

White with #A5383F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5383F; }

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

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

background-color css

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

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

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

border-color css

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

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

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