Html Css Color HEX #A3373D Guardsman Red

📋 copy color: '#A3373D'

red 163 ◦ green 55 ◦ blue 61

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

Shades of Guardsman Red #A3373D

Tints of Guardsman Red #A3373D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.71%

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

R = 58.42%
G = 19.71%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A3373D (or 0xA3373D) is known color: Guardsman Red. HEX triplet: A3, 37 and 3D. RGB value is (163,55,61). Sum of RGB (Red+Green+Blue) = 163+55+61=279 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.42% from 279); Green value is 55 (21.88% from 255 or 19.71% from 279); Blue value is 61 (24.22% from 255 or 21.86% from 279); Max value from RGB is 163 - color contains mainly: red. Hex color #A3373D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3373D is #5CC8C2. Grayscale: #585858. Windows color (decimal): -6080707 or 4011939. OLE color: 4011939.

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

Color convert

RGB 163 55 61 -
CMYK 0 0.66 0.63 0.36
HSL 356.67º 0.5% 0.43% -
HSV(B) 356.67º 0.66% 0.64% -
XYZ 17.31 10.86 5.6 -
YUV 87.98 112.78 181.51 -
System Red Green Blue C M Y K H S L
Decimal 163 55 61 0 0.66 0.63 0.36 356.67 0.5 0.43
Hex A3 37 3D 0 42 3F 24 165 32 2B
Octal 243 67 75 0 102 77 44 545 62 53
Binary 10100011 110111 111101 0 1000010 111111 100100 101100101 110010 101011

Color Harmonies of #A3373D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3373D

Black with #A3373D

Text Example


Text Example

White with #A3373D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3373D; }

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

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

background-color css

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

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

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

border-color css

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

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

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