Html Css Color HEX #A8393A Guardsman Red

📋 copy color: '#A8393A'

red 168 ◦ green 57 ◦ blue 58

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

Shades of Guardsman Red #A8393A

Tints of Guardsman Red #A8393A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.49%

R = 59.36%
G = 20.14%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.34

RGB Variations

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

Color information

#A8393A (or 0xA8393A) is known color: Guardsman Red. HEX triplet: A8, 39 and 3A. RGB value is (168,57,58). Sum of RGB (Red+Green+Blue) = 168+57+58=283 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.36% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 168 - color contains mainly: red. Hex color #A8393A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8393A is #57C6C5. Grayscale: #5A5A5A. Windows color (decimal): -5752518 or 3815848. OLE color: 3815848.

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

Color convert

RGB 168 57 58 -
CMYK 0 0.66 0.65 0.34
HSL 359.46º 0.49% 0.44% -
HSV(B) 359.46º 0.66% 0.66% -
XYZ 18.38 11.56 5.27 -
YUV 90.3 109.77 183.42 -
System Red Green Blue C M Y K H S L
Decimal 168 57 58 0 0.66 0.65 0.34 359.46 0.49 0.44
Hex A8 39 3A 0 42 41 22 167 31 2C
Octal 250 71 72 0 102 101 42 547 61 54
Binary 10101000 111001 111010 0 1000010 1000001 100010 101100111 110001 101100

Color Harmonies of #A8393A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8393A

Black with #A8393A

Text Example


Text Example

White with #A8393A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8393A; }

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

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

background-color css

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

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

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

border-color css

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

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

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