Html Css Color HEX #A3393E Guardsman Red

📋 copy color: '#A3393E'

red 163 ◦ green 57 ◦ blue 62

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

Shades of Guardsman Red #A3393E

Tints of Guardsman Red #A3393E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.99%

R = 57.8%
G = 20.21%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A3393E (or 0xA3393E) is known color: Guardsman Red. HEX triplet: A3, 39 and 3E. RGB value is (163,57,62). Sum of RGB (Red+Green+Blue) = 163+57+62=282 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.80% from 282); Green value is 57 (22.66% from 255 or 20.21% from 282); Blue value is 62 (24.61% from 255 or 21.99% from 282); Max value from RGB is 163 - color contains mainly: red. Hex color #A3393E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3393E is #5CC6C1. Grayscale: #595959. Windows color (decimal): -6080194 or 4077987. OLE color: 4077987.

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

Color convert

RGB 163 57 62 -
CMYK 0 0.65 0.62 0.36
HSL 357.17º 0.48% 0.43% -
HSV(B) 357.17º 0.65% 0.64% -
XYZ 17.44 11.06 5.77 -
YUV 89.26 112.62 180.59 -
System Red Green Blue C M Y K H S L
Decimal 163 57 62 0 0.65 0.62 0.36 357.17 0.48 0.43
Hex A3 39 3E 0 41 3E 24 165 30 2B
Octal 243 71 76 0 101 76 44 545 60 53
Binary 10100011 111001 111110 0 1000001 111110 100100 101100101 110000 101011

Color Harmonies of #A3393E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3393E

Black with #A3393E

Text Example


Text Example

White with #A3393E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3393E; }

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

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

background-color css

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

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

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

border-color css

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

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

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