Html Css Color HEX #A8393C Guardsman Red

📋 copy color: '#A8393C'

red 168 ◦ green 57 ◦ blue 60

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

Shades of Guardsman Red #A8393C

Tints of Guardsman Red #A8393C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.05%

R = 58.95%
G = 20%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#A8393C (or 0xA8393C) is known color: Guardsman Red. HEX triplet: A8, 39 and 3C. RGB value is (168,57,60). Sum of RGB (Red+Green+Blue) = 168+57+60=285 (37% of max value = 765). Red value is 168 (66.02% from 255 or 58.95% from 285); Green value is 57 (22.66% from 255 or 20% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 168 - color contains mainly: red. Hex color #A8393C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8393C is #57C6C3. Grayscale: #5A5A5A. Windows color (decimal): -5752516 or 3946920. OLE color: 3946920.

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

Color convert

RGB 168 57 60 -
CMYK 0 0.66 0.64 0.34
HSL 358.38º 0.49% 0.44% -
HSV(B) 358.38º 0.66% 0.66% -
XYZ 18.43 11.58 5.54 -
YUV 90.53 110.77 183.26 -
System Red Green Blue C M Y K H S L
Decimal 168 57 60 0 0.66 0.64 0.34 358.38 0.49 0.44
Hex A8 39 3C 0 42 40 22 166 31 2C
Octal 250 71 74 0 102 100 42 546 61 54
Binary 10101000 111001 111100 0 1000010 1000000 100010 101100110 110001 101100

Color Harmonies of #A8393C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8393C

Black with #A8393C

Text Example


Text Example

White with #A8393C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8393C; }

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

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

background-color css

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

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

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

border-color css

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

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

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