Html Css Color HEX #A8393F Guardsman Red

📋 copy color: '#A8393F'

red 168 ◦ green 57 ◦ blue 63

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

Shades of Guardsman Red #A8393F

Tints of Guardsman Red #A8393F

RGB

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

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

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

R = 58.33%
G = 19.79%
B = 21.88%

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

#A8393F (or 0xA8393F) is known color: Guardsman Red. HEX triplet: A8, 39 and 3F. RGB value is (168,57,63). Sum of RGB (Red+Green+Blue) = 168+57+63=288 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.33% from 288); Green value is 57 (22.66% from 255 or 19.79% from 288); Blue value is 63 (25% from 255 or 21.88% from 288); Max value from RGB is 168 - color contains mainly: red. Hex color #A8393F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8393F is #57C6C0. Grayscale: #5A5A5A. Windows color (decimal): -5752513 or 4143528. OLE color: 4143528.

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

Color convert

RGB 168 57 63 -
CMYK 0 0.66 0.63 0.34
HSL 356.76º 0.49% 0.44% -
HSV(B) 356.76º 0.66% 0.66% -
XYZ 18.51 11.61 5.97 -
YUV 90.87 112.27 183.01 -
System Red Green Blue C M Y K H S L
Decimal 168 57 63 0 0.66 0.63 0.34 356.76 0.49 0.44
Hex A8 39 3F 0 42 3F 22 165 31 2C
Octal 250 71 77 0 102 77 42 545 61 54
Binary 10101000 111001 111111 0 1000010 111111 100010 101100101 110001 101100

Color Harmonies of #A8393F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8393F

Black with #A8393F

Text Example


Text Example

White with #A8393F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8393F; }

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

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

background-color css

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

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

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

border-color css

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

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

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