Html Css Color HEX #A8393E Guardsman Red

📋 copy color: '#A8393E'

red 168 ◦ green 57 ◦ blue 62

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

Shades of Guardsman Red #A8393E

Tints of Guardsman Red #A8393E

RGB

 RED value IS 168 (66.02% from 255) = 58.54%

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

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

R = 58.54%
G = 19.86%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A8393E (or 0xA8393E) is known color: Guardsman Red. HEX triplet: A8, 39 and 3E. RGB value is (168,57,62). Sum of RGB (Red+Green+Blue) = 168+57+62=287 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.54% from 287); Green value is 57 (22.66% from 255 or 19.86% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 168 - color contains mainly: red. Hex color #A8393E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8393E is #57C6C1. Grayscale: #5A5A5A. Windows color (decimal): -5752514 or 4077992. OLE color: 4077992.

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

Color convert

RGB 168 57 62 -
CMYK 0 0.66 0.63 0.34
HSL 357.3º 0.49% 0.44% -
HSV(B) 357.3º 0.66% 0.66% -
XYZ 18.48 11.6 5.82 -
YUV 90.76 111.77 183.09 -
System Red Green Blue C M Y K H S L
Decimal 168 57 62 0 0.66 0.63 0.34 357.3 0.49 0.44
Hex A8 39 3E 0 42 3F 22 165 31 2C
Octal 250 71 76 0 102 77 42 545 61 54
Binary 10101000 111001 111110 0 1000010 111111 100010 101100101 110001 101100

Color Harmonies of #A8393E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8393E

Black with #A8393E

Text Example


Text Example

White with #A8393E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8393E; }

 p { color: rgb(168,57,62); }

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

background-color css

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

 a { background-color: rgb(168,57,62); }

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

border-color css

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

 span { border-color: rgb(168,57,62); }

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