Html Css Color HEX #A3393D Guardsman Red

📋 copy color: '#A3393D'

red 163 ◦ green 57 ◦ blue 61

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

Shades of Guardsman Red #A3393D

Tints of Guardsman Red #A3393D

RGB

 RED value IS 163 (64.06% from 255) = 58.01%

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

 BLUE value IS 61 (24.22% from 255) = 21.71%

R = 58.01%
G = 20.28%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A3393D (or 0xA3393D) is known color: Guardsman Red. HEX triplet: A3, 39 and 3D. RGB value is (163,57,61). Sum of RGB (Red+Green+Blue) = 163+57+61=281 (37% of max value = 765). Red value is 163 (64.06% from 255 or 58.01% from 281); Green value is 57 (22.66% from 255 or 20.28% from 281); Blue value is 61 (24.22% from 255 or 21.71% from 281); Max value from RGB is 163 - color contains mainly: red. Hex color #A3393D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3393D is #5CC6C2. Grayscale: #595959. Windows color (decimal): -6080195 or 4012451. OLE color: 4012451.

HSL color Cylindrical-coordinate representation of color #A3393D: hue angle of 357.74º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A3393D is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 57 61 -
CMYK 0 0.65 0.63 0.36
HSL 357.74º 0.48% 0.43% -
HSV(B) 357.74º 0.65% 0.64% -
XYZ 17.41 11.05 5.63 -
YUV 89.15 112.12 180.67 -
System Red Green Blue C M Y K H S L
Decimal 163 57 61 0 0.65 0.63 0.36 357.74 0.48 0.43
Hex A3 39 3D 0 41 3F 24 166 30 2B
Octal 243 71 75 0 101 77 44 546 60 53
Binary 10100011 111001 111101 0 1000001 111111 100100 101100110 110000 101011

Color Harmonies of #A3393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3393D

Black with #A3393D

Text Example


Text Example

White with #A3393D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3393D; }

 p { color: rgb(163,57,61); }

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

background-color css

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

 a { background-color: rgb(163,57,61); }

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

border-color css

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

 span { border-color: rgb(163,57,61); }

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