Html Css Color HEX #A3393F Guardsman Red

📋 copy color: '#A3393F'

red 163 ◦ green 57 ◦ blue 63

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

Shades of Guardsman Red #A3393F

Tints of Guardsman Red #A3393F

RGB

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

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

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

R = 57.6%
G = 20.14%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A3393F (or 0xA3393F) is known color: Guardsman Red. HEX triplet: A3, 39 and 3F. RGB value is (163,57,63). Sum of RGB (Red+Green+Blue) = 163+57+63=283 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.60% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 63 (25% from 255 or 22.26% from 283); Max value from RGB is 163 - color contains mainly: red. Hex color #A3393F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3393F is #5CC6C0. Grayscale: #595959. Windows color (decimal): -6080193 or 4143523. OLE color: 4143523.

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

Color convert

RGB 163 57 63 -
CMYK 0 0.65 0.61 0.36
HSL 356.6º 0.48% 0.43% -
HSV(B) 356.6º 0.65% 0.64% -
XYZ 17.46 11.07 5.92 -
YUV 89.38 113.12 180.51 -
System Red Green Blue C M Y K H S L
Decimal 163 57 63 0 0.65 0.61 0.36 356.6 0.48 0.43
Hex A3 39 3F 0 41 3D 24 165 30 2B
Octal 243 71 77 0 101 75 44 545 60 53
Binary 10100011 111001 111111 0 1000001 111101 100100 101100101 110000 101011

Color Harmonies of #A3393F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3393F

Black with #A3393F

Text Example


Text Example

White with #A3393F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3393F; }

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

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

background-color css

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

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

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

border-color css

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

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

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